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