spec/idle_spec.rb in libuv-0.11.5 vs spec/idle_spec.rb in libuv-0.11.7
- old
+ new
@@ -48,9 +48,9 @@
@loop.stop
end
stopper.start(1000, 0)
}
- @general_failure.should == []
- (@idle_calls > 0).should == true
+ expect(@general_failure).to eq([])
+ expect((@idle_calls > 0)).to eq(true)
end
end