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

8 lines
200 B
Gherkin
Raw Normal View History

2011-12-30 20:33:06 +00:00
Feature: Bin - Help
Scenario: Display the Help
Given I have a test suite
When I run `bin/jasmine-headless-webkit -h`
Then I should get help output
And the exit status should be 0