mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
change tests since coffee changed their output
This commit is contained in:
parent
ba3b8c4db3
commit
ec060e0b6e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue