Sha256: 3ce94f85ed98a1cf2761955cfbe950efbb9482bb1b727e658ed2ef4e54c4598b
Contents?: true
Size: 241 Bytes
Versions: 83
Compression:
Stored size: 241 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Fixnum#hash" do it "is provided" do 1.respond_to?(:hash).should == true end it "is stable" do 1.hash.should == 1.hash end end
Version data entries
83 entries across 83 versions & 1 rubygems