aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/float/to_int_spec.rb
blob: ba31ebc168206ef92e9e9e99459d4ad36c855ce8 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/to_i', __FILE__)

describe "Float#to_int" do
  it_behaves_like(:float_to_i, :to_int)
end