Skip to content

Commit

Permalink
remove rspec-retry due to RSpec monkeypatching
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jun 26, 2015
1 parent bf98fc8 commit 0696aa0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ end
group :test do
gem 'rake'
gem 'rspec', '~> 3.3'
gem 'rspec-retry'
gem 'coveralls'
end

Expand Down
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ def fake_path(str, options = {})
end
end

require 'rspec/retry'
RSpec.configure do |config|
config.include SpecHelpers
config.default_retry_count = ci? ? 5 : 1
end

Thread.abort_on_exception = true
Expand Down

0 comments on commit 0696aa0

Please sign in to comment.