Skip to content

Commit

Permalink
set RSpec focus to false on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Dec 13, 2014
1 parent d63a5f4 commit d1b164b
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 @@ -10,7 +10,7 @@
mocks.verify_partial_doubles = true
end

config.filter_run :focus
config.filter_run focus: ENV['CI'] != 'true'
config.run_all_when_everything_filtered = true

config.disable_monkey_patching!
Expand Down

0 comments on commit d1b164b

Please sign in to comment.