features/soundcheck.feature in soundcheck-0.2.0 vs features/soundcheck.feature in soundcheck-0.2.1

- old
+ new

@@ -4,9 +4,15 @@ Scenario: Command line help When I run "soundcheck --help" Then I should see "Usage: soundcheck" + Scenario: Unknown languages + Given the "null-project" fixture + When I run "soundcheck" + Then I should see "Cannot detect the programming language for this project." + And it should have failed + Scenario: Ruby and RSpec Given the "ruby-bundler-rspec" fixture When I run "soundcheck spec" Then it should have passed \ No newline at end of file