directory_indexes feature, some builder rename middleware and a bunch of test case cleanup. closes #63
This commit is contained in:
parent
c35a6fc369
commit
5602e35c88
38 changed files with 231 additions and 104 deletions
|
@ -2,16 +2,16 @@ Feature: Support coffee-script
|
|||
In order to offer an alternative when writing Javascript
|
||||
|
||||
Scenario: Rendering coffee script
|
||||
Given the Server is running
|
||||
Given the Server is running at "test-app"
|
||||
When I go to "/javascripts/coffee_test.js"
|
||||
Then I should see "Array.prototype.slice"
|
||||
|
||||
Scenario: Rendering coffee-script with :coffeescript haml-filter
|
||||
Given the Server is running
|
||||
Given the Server is running at "test-app"
|
||||
When I go to "/inline-coffeescript.html"
|
||||
Then I should see "Array.prototype.slice"
|
||||
|
||||
Scenario: Rendering broken coffee
|
||||
Given the Server is running
|
||||
Given the Server is running at "test-app"
|
||||
When I go to "/javascripts/broken-coffee.js"
|
||||
Then I should see "Reserved word"
|
Loading…
Add table
Add a link
Reference in a new issue