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

describe "Integer#truncate" do
  it_behaves_like(:integer_to_i, :truncate)
end