summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/round_spec.rb
blob: deb0caf1b90d309367262caaadfc8f32f37ee098 (plain)
1
2
3
4
5
require_relative '../../shared/rational/round'

describe "Rational#round" do
  it_behaves_like :rational_round, :round
end