summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/fdiv_spec.rb
blob: b75f39abd5840838729e2e7bece5e727ee5ea7a4 (plain)
1
2
3
4
5
6
require_relative "../../spec_helper"
require_relative '../../shared/rational/fdiv'

describe "Rational#fdiv" do
  it_behaves_like :rational_fdiv, :fdiv
end