summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/mktime_spec.rb
blob: 9ff05d94a8371114a4d5cba7195fe8df6ce509fe (plain)
1
2
3
4
5
6
7
8
9
10
11
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/local', __FILE__)
require File.expand_path('../shared/time_params', __FILE__)

describe "Time.mktime" do
  it_behaves_like :time_local, :mktime
  it_behaves_like :time_local_10_arg, :mktime
  it_behaves_like :time_params, :mktime
  it_behaves_like :time_params_10_arg, :mktime
  it_behaves_like :time_params_microseconds, :mktime
end