change tests since coffee changed their output

This commit is contained in:
Thomas Reynolds 2013-07-16 15:10:43 -07:00
parent ba3b8c4db3
commit ec060e0b6e

View file

@ -203,7 +203,7 @@ Feature: Minify Javascript
"""
And the Server is running at "passthrough-app"
When I go to "/inline-coffeescript.html"
Then I should see "14" lines
Then I should see "13" lines
Scenario: Rendering external js (coffeescript) with a passthrough minifier
Given a fixture app "passthrough-app"
@ -221,5 +221,5 @@ Feature: Minify Javascript
"""
And the Server is running at "passthrough-app"
When I go to "/javascripts/coffee_test.js"
Then I should see "12" lines
Then I should see "11" lines