mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
fix CS test
This commit is contained in:
parent
3d1f8e7624
commit
baac8a31f4
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ Feature: Support coffee-script
|
||||||
Scenario: Rendering coffee script
|
Scenario: Rendering coffee script
|
||||||
Given the Server is running at "coffeescript-app"
|
Given the Server is running at "coffeescript-app"
|
||||||
When I go to "/javascripts/coffee_test.js"
|
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
|
Scenario: Rendering coffee-script with :coffeescript haml-filter
|
||||||
Given the Server is running at "coffeescript-app"
|
Given the Server is running at "coffeescript-app"
|
||||||
When I go to "/inline-coffeescript.html"
|
When I go to "/inline-coffeescript.html"
|
||||||
Then I should see "Array.prototype.slice"
|
Then I should see ".slice"
|
||||||
|
|
||||||
Scenario: Rendering broken coffee
|
Scenario: Rendering broken coffee
|
||||||
Given the Server is running at "coffeescript-app"
|
Given the Server is running at "coffeescript-app"
|
||||||
|
|
Loading…
Reference in a new issue