summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/coerce_spec.rb
blob: 3f78f0bcd6e75feceedad4d951998f82e8e60939 (plain)
1
2
3
4
5
require_relative '../../shared/rational/coerce'

describe "Rational#coerce" do
  it_behaves_like :rational_coerce, :coerce
end