summaryrefslogtreecommitdiff
path: root/spec/ruby/core/float/truncate_spec.rb
blob: 85ee8ef58014d9c5eb8f1c4b04ce73a0a92bc3b2 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/to_i', __FILE__)

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