jasmine-headless-webkit/features/bin/with_coffeescript_error.feature

8 lines
358 B
Gherkin
Raw Normal View History

2011-12-29 23:37:23 +00:00
Feature: Bin - With CoffeeScript error
Scenario: Fail on CoffeeScript error
Given there is no existing "spec/report.txt" file
When I run `bin/jasmine-headless-webkit -j spec/jasmine/coffeescript_error/coffeescript_error.yml -f File:spec/report.txt`
2011-12-29 23:37:23 +00:00
Then the exit status should be 1
And the report file "spec/report.txt" should not exist