Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2f55bd1

Browse files
committed
Remove old regression check
rspec/rspec-support#581 makes this fail, but its an old "safety" check and not really needed...
1 parent 928e63e commit 2f55bd1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

spec/rspec/core_spec.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,6 @@ def reporter
300300
end
301301
end
302302

303-
it 'uses only one thread local variable', :run_last do
304-
# Trigger features that use thread locals...
305-
aggregate_failures { }
306-
RSpec.shared_examples_for("something") { }
307-
308-
expect(Thread.current.keys.map(&:to_s).grep(/rspec/i).count).to eq(1)
309-
end
310-
311303
describe "::Core.path_to_executable" do
312304
it 'returns the absolute location of the exe/rspec file' do
313305
expect(File.exist? RSpec::Core.path_to_executable).to be(true)
@@ -346,4 +338,3 @@ def reporter
346338
expect(status.exitstatus).to eq(0)
347339
end
348340
end
349-

0 commit comments

Comments
 (0)