jasmine-headless-webkit/features/bin/runner_out.feature
2011-12-30 10:47:08 -05:00

9 lines
370 B
Gherkin

Feature: Bin - Runner Out
Scenario: Write out the runner to a specified file
Given I have a test suite
When I run `bin/jasmine-headless-webkit -j spec/jasmine/success/success.yml --runner-out spec/runner.html`
Then the exit status should be 0
And the file "spec/runner.html" should contain a JHW runner
When I delete the file "spec/runner.html"