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.5.15 features/respond_with_correct_format.feature
noodall-ui-0.5.14 features/respond_with_correct_format.feature
noodall-ui-0.5.13 features/respond_with_correct_format.feature
noodall-ui-0.5.12 features/respond_with_correct_format.feature
noodall-ui-0.5.11 features/respond_with_correct_format.feature
noodall-ui-0.4.11 features/respond_with_correct_format.feature
noodall-ui-0.4.10 features/respond_with_correct_format.feature
noodall-ui-0.5.10 features/respond_with_correct_format.feature
noodall-ui-0.5.9 features/respond_with_correct_format.feature
noodall-ui-0.4.9 features/respond_with_correct_format.feature
noodall-ui-0.5.8 features/respond_with_correct_format.feature
noodall-ui-0.4.8 features/respond_with_correct_format.feature
noodall-ui-0.4.7 features/respond_with_correct_format.feature
noodall-ui-0.5.7 features/respond_with_correct_format.feature
noodall-ui-0.5.6 features/respond_with_correct_format.feature
noodall-ui-0.5.5 features/respond_with_correct_format.feature
noodall-ui-0.5.4 features/respond_with_correct_format.feature
noodall-ui-0.5.3 features/respond_with_correct_format.feature
noodall-ui-0.5.2 features/respond_with_correct_format.feature
noodall-ui-0.5.1 features/respond_with_correct_format.feature