Don't catch CoffeeScript errors when in build mode. Fixes #551
This commit is contained in:
parent
2f7371ca1f
commit
6ccf5e2db0
3 changed files with 9 additions and 1 deletions
|
@ -14,4 +14,9 @@ Feature: Support coffee-script
|
|||
Scenario: Rendering broken coffee
|
||||
Given the Server is running at "coffeescript-app"
|
||||
When I go to "/javascripts/broken-coffee.js"
|
||||
Then I should see "reserved word"
|
||||
Then I should see "reserved word"
|
||||
|
||||
Scenario: Building broken coffee
|
||||
Given a built app at "coffeescript-app"
|
||||
Then the output should contain "error build/javascripts/broken-coffee.js"
|
||||
And the exit status should be 1
|
Loading…
Add table
Add a link
Reference in a new issue