summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/hash_spec.rb
blob: a17572d57e71809233a16f7a90c5de57300bf034 (plain)
1
2
3
4
5
require File.expand_path('../../../shared/rational/hash', __FILE__)

describe "Rational#hash" do
  it_behaves_like(:rational_hash, :hash)
end