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

8 lines
366 B
Gherkin

Feature: Bin - Files
Scenario: List the files a test suite will use
Given I have a test suite
When I run `bin/jasmine-headless-webkit -j spec/jasmine/success/success.yml -l`
Then the exit status should be 0
And the output should include "spec/jasmine/success/success.js"
And the output should include "spec/jasmine/success/success_spec.js"