spec/unit/axiom/aggregate/variance/class_methods/default_spec.rb in axiom-0.1.0 vs spec/unit/axiom/aggregate/variance/class_methods/default_spec.rb in axiom-0.1.1
- old
+ new
@@ -9,7 +9,7 @@
it_should_behave_like 'an idempotent method'
it { should be_frozen }
- it { should eql([ 0, nil, 0.0 ]) }
+ it { should == [0, nil, 0.0] }
end