spec/unit/veritas/tuple/hash_spec.rb in veritas-0.0.4 vs spec/unit/veritas/tuple/hash_spec.rb in veritas-0.0.5

- old
+ new

@@ -9,7 +9,7 @@ let(:data) { [ 1 ] } let(:object) { described_class.new(header, data) } it_should_behave_like 'a hash method' - it { should == described_class.hash ^ header.hash ^ Hash[header.zip(data)].hash } + it { should == described_class.hash ^ Hash[header.zip(data)].hash } end