summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/to_i_spec.rb
blob: 22cf02b4daea1326fd5fdb97838e89ce8d1e9ae6 (plain)
1
2
3
4
5
6
require_relative "../../spec_helper"
require_relative '../../shared/rational/to_i'

describe "Rational#to_i" do
  it_behaves_like :rational_to_i, :to_i
end