aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/rational/hash_spec.rb
blob: e0e5d892ab603db35d85b1b426524ee92dc78ce0 (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