Sha256: 9a25dec71ba211c8bb7f830d559fe30152a2363ba9a7edcef42afe2d10d84e07

Contents?: true

Size: 602 Bytes

Versions: 81

Compression:

Stored size: 602 Bytes

Contents

Feature: Respond with the correct format
  In order that the developers can add node views in different formats viewing a node should render a registered format if a template for it exists

  Scenario: Render correct format
    Given a page a exists with a title of "My Formatted Page"
    When I view the page "My Formatted Page" as "html"
    Then I should see "My Formatted Page"
    When I view the page "My Formatted Page" as "rss"
    Then I should see "My Formatted Page"
    When I view the page "My Formatted Page" as "xml"
    Then I should see "The page you were looking for doesn't exist"

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
noodall-ui-0.1.15 features/respond_with_correct_format.feature
noodall-ui-0.1.14 features/respond_with_correct_format.feature
noodall-ui-0.1.13 features/respond_with_correct_format.feature
noodall-ui-0.1.12 features/respond_with_correct_format.feature
noodall-ui-0.1.11 features/respond_with_correct_format.feature
noodall-ui-0.1.10 features/respond_with_correct_format.feature
noodall-ui-0.1.9 features/respond_with_correct_format.feature
noodall-ui-0.1.8 features/respond_with_correct_format.feature
noodall-ui-0.1.6 features/respond_with_correct_format.feature
noodall-ui-0.1.5 features/respond_with_correct_format.feature
noodall-ui-0.1.4 features/respond_with_correct_format.feature
noodall-ui-0.1.3 features/respond_with_correct_format.feature
noodall-ui-0.1.2 features/respond_with_correct_format.feature
noodall-ui-0.1.1 features/respond_with_correct_format.feature
noodall-ui-0.1.0 features/respond_with_correct_format.feature
noodall-ui-0.0.22 features/respond_with_correct_format.feature
noodall-ui-0.0.21 features/respond_with_correct_format.feature
noodall-ui-0.0.20 features/respond_with_correct_format.feature
noodall-ui-0.0.19 features/respond_with_correct_format.feature
noodall-ui-0.0.18 features/respond_with_correct_format.feature