aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/time/asctime_spec.rb
blob: 3303e06f2115c184f9a5392fe8439f9639d85b88 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/asctime', __FILE__)

describe "Time#asctime" do
  it_behaves_like(:time_asctime, :asctime)
end