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

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