We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc01c commit 1fd2965Copy full SHA for 1fd2965
spec/concurrent/configuration_spec.rb
@@ -1,6 +1,6 @@
1
module Concurrent
2
3
- describe Configuration do
+ describe Configuration, notravis: true do
4
5
before(:each) do
6
# redundant - done in spec_helper.rb
spec/spec_helper.rb
@@ -37,9 +37,4 @@
37
RSpec.configure do |config|
38
#config.raise_errors_for_deprecations!
39
config.order = 'random'
40
-
41
- config.before(:each) do
42
- #TODO: Better configuration management in individual test suites
43
- reset_gem_configuration
44
- end
45
end
0 commit comments