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