rails-rspec-steps master $ rspec F
Failures:
1) A breaking test breaking step should break Failure/Error: fail 'FAIL!' RuntimeError: FAIL! # ./spec/should_break_spec.rb:6:in `block (3 levels) in <top (required)>'
Finished in 0.00281 seconds 1 example, 1 failure
Failed examples:
rspec ./spec/should_break_spec.rb:5 # A breaking test breaking step should break rails-rspec-steps master $ echo $? 0
rspec always returns a zero when a step fails