features/docs/getting_started.feature in cucumber-2.0.0 vs features/docs/getting_started.feature in cucumber-2.0.1

- old
+ new

@@ -17,10 +17,10 @@ And a file named "should_not_load.rb" with: """ puts 'this will not be shown' """ When I run `cucumber` - Then the exit status should be 1 + Then the exit status should be 2 And the output should not contain: """ this will not be shown """