summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/time/to_i_spec.rb
blob: 1a733f02cfd3c8c338442f6b13d06fefb43211b3 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/to_i', __FILE__)

describe "Time#to_i" do
  it_behaves_like(:time_to_i, :to_i)
end