Feature: Built-in macro view helpers
In order to simplify generating HTML
Scenario: Using the link_to helper
Given the Server is running
When I go to "/link_to.html"
Then I should see 'No Href'
And I should see 'Has Href'
And I should see 'Has param'
Scenario: Using the image_tag helper
Given the Server is running
When I go to "/image_tag.html"
Then I should see ''
And I should see ''
Scenario: Using the javascript_include_tag helper
Given the Server is running
When I go to "/javascript_include_tag.html"
Then I should see ''
Then I should see ''
Then I should see ''
Then I should see ''
Scenario: Using the stylesheet_link_tag helper
Given the Server is running
When I go to "/stylesheet_link_tag.html"
Then I should see ''
Then I should see ''
Then I should see ''
Then I should see ''