aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/time/rfc2822_spec.rb
blob: ac3950440f6f6fa52d345257953614d5dde9fc30 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/rfc2822', __FILE__)
require 'time'

describe "Time.rfc2822" do
  it_behaves_like :time_rfc2822, :rfc2822
end