aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/rational/remainder_spec.rb
blob: 1de276548ff6d9cabe756500ff28f10506d74ae3 (plain)
1
2
3
4
5
require File.expand_path('../../../shared/rational/remainder', __FILE__)

describe "Rational#remainder" do
  it_behaves_like(:rational_remainder, :remainder)
end