diff options
Diffstat (limited to 'spec/ruby/library/conditionvariable/signal_spec.rb')
-rw-r--r-- | spec/ruby/library/conditionvariable/signal_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/conditionvariable/signal_spec.rb b/spec/ruby/library/conditionvariable/signal_spec.rb index 11e4909501..86383073f1 100644 --- a/spec/ruby/library/conditionvariable/signal_spec.rb +++ b/spec/ruby/library/conditionvariable/signal_spec.rb @@ -72,6 +72,6 @@ describe "ConditionVariable#signal" do # Check that both threads terminated without exception t1.join t2.join - m.locked?.should == false + m.should_not.locked? end end |