Sha256: bb914e1351ea80d616ee6a52a2ab48c0b95138b01aead81a72f54d468911158a
Contents?: true
Size: 685 Bytes
Versions: 33
Compression:
Stored size: 685 Bytes
Contents
Feature: Engine As a designer I want to be able to build simple page html layouts that render correctly to the client Background: Given I have the site: "test site" set up Scenario: Simple Page Given a page named "hello-world" with the template: """ Hello World """ When I view the rendered page at "/hello-world" Then the rendered output should look like: """ Hello World """ Scenario: Missing 404 page Given a page named "hello-world" with the template: """ Hello World """ And the page "404" is unpublished When I view the rendered page at "/madeup" Then the rendered output should look like: """ No Page! """
Version data entries
33 entries across 33 versions & 2 rubygems