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

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