spec/unit/axiom/function/connective/negation/inverse_spec.rb in axiom-0.1.1 vs spec/unit/axiom/function/connective/negation/inverse_spec.rb in axiom-0.2.0
- old
+ new
@@ -14,8 +14,8 @@
it 'returns the operand' do
should be(operand)
end
it 'is not invertible' do
- subject.inverse.should_not eql(object)
+ expect(subject.inverse).not_to eql(object)
end
end