aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/time/asctime_spec.rb
blob: 1b2bb16fdf1f46f2b94cc8a789e5f56e3feb329d (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