aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/time/rfc822_spec.rb
blob: 969050d5ac73ee54d0b935293d890481530c37c1 (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.rfc822" do
  it_behaves_like :time_rfc2822, :rfc822
end