spec/nodes/eq/test_and.rb in predicate-2.2.0 vs spec/nodes/eq/test_and.rb in predicate-2.2.1

- old
+ new

@@ -13,11 +13,11 @@ it{ should be_a(Contradiction) } end context 'with an IN on same variable and literal' do - let(:right){ Factory.in(:x, [3,4]) } + let(:right){ Factory.in(:x, [2,4]) } it{ should be(left) } end context 'with an IN on same variable and opaque' do @@ -25,6 +25,6 @@ it{ should be_a(And) } end end -end \ No newline at end of file +end