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

Commit 512baf4

Browse files
committed
Remove JRuby workaround
1 parent 2a85c78 commit 512baf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/rspec/mocks/any_instance_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,8 +1239,6 @@ def call(*args)
12391239

12401240
context 'when used in conjunction with a `dup`' do
12411241
it "doesn't cause an infinite loop" do
1242-
skip "This intermittently fails on JRuby" if RUBY_PLATFORM == 'java'
1243-
12441242
allow_any_instance_of(Object).to receive(:some_method)
12451243
o = Object.new
12461244
o.some_method

0 commit comments

Comments
 (0)