aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/time/to_i_spec.rb
blob: 54929d1e1884b0c2c66a089a095d28032365be94 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/to_i'

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