features/soundcheck.feature in soundcheck-0.2.1 vs features/soundcheck.feature in soundcheck-0.2.2
- old
+ new
@@ -7,10 +7,16 @@
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."
+ Then I should see "Cannot detect the programming language for this project"
+ And it should have failed
+
+ Scenario: Unknown frameworks
+ Given the "ruby-unknown-framework" fixture
+ When I run "soundcheck"
+ Then I should see "Cannot detect the test framework for this project"
And it should have failed
Scenario: Ruby and RSpec
Given the "ruby-bundler-rspec" fixture
When I run "soundcheck spec"
\ No newline at end of file