summaryrefslogtreecommitdiff
path: root/spec/ruby/core/float/to_int_spec.rb
blob: 084a58b43198845765c2f134b8450145e56f28c3 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/to_i'

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