Skip to content

Commit 1fd2965

Browse files
committed
Do not run configuration spec on travis
1 parent 0cfc01c commit 1fd2965

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

spec/concurrent/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Concurrent
22

3-
describe Configuration do
3+
describe Configuration, notravis: true do
44

55
before(:each) do
66
# redundant - done in spec_helper.rb

spec/spec_helper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@
3737
RSpec.configure do |config|
3838
#config.raise_errors_for_deprecations!
3939
config.order = 'random'
40-
41-
config.before(:each) do
42-
#TODO: Better configuration management in individual test suites
43-
reset_gem_configuration
44-
end
4540
end

0 commit comments

Comments
 (0)