spec/spec.google_hash.rb in google_hash-0.2.1 vs spec/spec.google_hash.rb in google_hash-0.3.0

- old
+ new

@@ -154,10 +154,10 @@ a[3].should == 4 end it "should raise on errant values" do a = GoogleHashDenseLongToLong.new - proc { a[3] = 4}.should raise_error + proc { a[3] = 'abc'}.should raise_error end it "should have an Enumerator for values, keys, on demand" it "should have a block for values, keys, on demand"