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

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