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

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