spec/unit/promise_spec.rb in httpkit-0.6.0.pre.3 vs spec/unit/promise_spec.rb in httpkit-0.6.0.pre.5
- old
+ new
@@ -48,9 +48,9 @@
promise2.wait
end
it 'suspends the fiber until the promise state changes' do
expect(@fulfilled).to be(true)
- expect(@rejected).to be(true)
+ expect(@rejected).to be(true)
end
end
end