Change soft-fail to use the config, rather than env
[rbx.git] / spec / frozen / 1.8 / library / time / rfc822_spec.rb
blob1176cd64ec256e17619c33d63dcaae969b8ce3d3
1 require File.dirname(__FILE__) + '/../../spec_helper'
2 require File.dirname(__FILE__) + '/shared/rfc2822'
3 require 'time'
5 describe "Time.rfc822" do
6   it_behaves_like :time_rfc2822, :rfc822
7 end