features/soundcheck.feature in soundcheck-0.0.2 vs features/soundcheck.feature in soundcheck-0.1.0

- old
+ new

@@ -1,8 +1,12 @@ Feature: Soundcheck In order to run my tests quickly I want to require as little as possible + Scenario: Command line help + When I run "soundcheck --help" + Then I should see "Usage: soundcheck" + Scenario: Ruby and RSpec Given the "ruby-bundler-rspec" fixture - When I run soundcheck with "spec" + When I run "soundcheck spec" Then it should have passed \ No newline at end of file