summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/coerce_spec.rb
blob: bba0c810cca33115ea9dfa0f873b86fcc5797333 (plain)
1
2
3
4
5
6
7
8
9
require_relative "../../spec_helper"

ruby_version_is ""..."3.4" do
  require_relative '../../shared/rational/coerce'

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