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

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