fix CS test

This commit is contained in:
Thomas Reynolds 2012-04-12 11:16:24 -07:00
parent 3d1f8e7624
commit baac8a31f4

View file

@ -4,12 +4,12 @@ Feature: Support coffee-script
Scenario: Rendering coffee script
Given the Server is running at "coffeescript-app"
When I go to "/javascripts/coffee_test.js"
Then I should see "Array.prototype.slice"
Then I should see ".slice"
Scenario: Rendering coffee-script with :coffeescript haml-filter
Given the Server is running at "coffeescript-app"
When I go to "/inline-coffeescript.html"
Then I should see "Array.prototype.slice"
Then I should see ".slice"
Scenario: Rendering broken coffee
Given the Server is running at "coffeescript-app"