Sha256: f3c3a349d202181fd74e0441e9ed946c57e551494dcd369846fcf50cda0bc31b
Contents?: true
Size: 303 Bytes
Versions: 52
Compression:
Stored size: 303 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe "Bignum#hash" do it "is provided" do bignum_value.respond_to?(:hash).should == true end it "is stable" do bignum_value.hash.should == bignum_value.hash bignum_value.hash.should_not == bignum_value(1).hash end end
Version data entries
52 entries across 52 versions & 2 rubygems