Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Fail fast for rspec. Easier to work through changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 18, 2013
1 parent 049e2c7 commit 26b3499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/helper.rb
Expand Up @@ -28,6 +28,7 @@ def json_response
config.alias_example_to :fit, :focused => true config.alias_example_to :fit, :focused => true
config.alias_example_to :xit, :pending => true config.alias_example_to :xit, :pending => true
config.run_all_when_everything_filtered = true config.run_all_when_everything_filtered = true
config.fail_fast = true


config.include JsonHelpers config.include JsonHelpers
end end

0 comments on commit 26b3499

Please sign in to comment.