aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/time/rfc2822_spec.rb
blob: 7fc5e9a64bb65d6a7bd1ae59e179c4958e64b942 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'shared/rfc2822'
require 'time'

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