diff options
Diffstat (limited to 'spec/ruby/core/conditionvariable/wait_spec.rb')
| -rw-r--r-- | spec/ruby/core/conditionvariable/wait_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/conditionvariable/wait_spec.rb b/spec/ruby/core/conditionvariable/wait_spec.rb index fe73e513c0..1af53a15a2 100644 --- a/spec/ruby/core/conditionvariable/wait_spec.rb +++ b/spec/ruby/core/conditionvariable/wait_spec.rb @@ -163,7 +163,7 @@ describe "ConditionVariable#wait" do # On TruffleRuby, this causes a safepoint which has interesting # interactions with the ConditionVariable. bt = t.backtrace - bt.should be_kind_of(Array) + bt.should.is_a?(Array) bt.size.should >= 2 } end |
