summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/hash_spec.rb
blob: 84cd31518ae2ecee6da702c7fe36aba791390886 (plain)
1
2
3
4
5
require_relative '../../shared/rational/hash'

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