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 ed4222f commit b4d58a3Copy full SHA for b4d58a3
spec/concurrent/atomic/semaphore_spec.rb
@@ -156,7 +156,7 @@ def subject.simulate_spurious_wake_up
156
describe Semaphore do
157
if jruby?
158
it 'inherits from JavaCountDownLatch' do
159
- expect(Semaphore.ancestors).to include(Semaphore)
+ expect(Semaphore.ancestors).to include(JavaSemaphore)
160
end
161
else
162
it 'inherits from MutexSemaphore' do
0 commit comments