summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/round_spec.rb
blob: efdd44d24cabbe5d9aad8429ab7c838f1a8636d3 (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