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

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