spec/wait_for_spec.rb in cistern-0.9.0 vs spec/wait_for_spec.rb in cistern-0.9.1
- old
+ new
@@ -24,10 +24,10 @@
end
end
describe 'Cistern#wait_for' do
it "should return false if timeout exceeded" do
- expect(Cistern.wait_for(0, 0) { false }).to be_false
+ expect(Cistern.wait_for(0, 0) { false }).to be_falsey
end
end
describe 'Cistern#wait_for!' do
it "should raise if timeout exceeded" do