aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/float/fdiv_spec.rb
blob: 632dd0f293340680887c4ebfdfcb85226c20fe1a (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/quo', __FILE__)

describe "Float#fdiv" do
  it_behaves_like :float_quo, :fdiv
end