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

Version Path
locomotivecms-3.0.0.rc3 features/public/basic.feature
locomotivecms-3.0.0.rc2 features/public/basic.feature
locomotivecms-3.0.0.rc1 features/public/basic.feature
locomotivecms-3.0.0.pre.beta.1 features/public/basic.feature
locomotivecms-3.0.0.pre.alpha.3 features/public/basic.feature
locomotive_cms-2.5.7 features/public/basic.feature
locomotivecms-3.0.0.pre.alpha.2 features/public/basic.feature
locomotivecms-3.0.0.pre.alpha features/public/basic.feature
locomotive_cms-2.5.6 features/public/basic.feature
locomotive_cms-2.5.6.rc2 features/public/basic.feature
locomotive_cms-2.5.6.rc1 features/public/basic.feature
locomotive_cms-2.5.5 features/public/basic.feature
locomotive_cms-2.5.4 features/public/basic.feature
locomotive_cms-2.5.3 features/public/basic.feature
locomotive_cms-2.5.2 features/public/basic.feature
locomotive_cms-2.5.1 features/public/basic.feature
locomotive_cms-2.5.0 features/public/basic.feature
locomotive_cms-2.5.0.rc3 features/public/basic.feature
locomotive_cms-2.5.0.rc2 features/public/basic.feature
locomotive_cms-2.5.0.rc1 features/public/basic.feature