Skip to content

Commit

Permalink
Fail fast temporary on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 10, 2015
1 parent e778201 commit f8de91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

RSpec.configure do |config|
config.color = true
config.fail_fast = true unless ENV['CI'] || ENV['JENKINS_HOME']
config.fail_fast = true
config.formatter = 'documentation'
config.include(Authorization)

Expand Down

0 comments on commit f8de91e

Please sign in to comment.