repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
spec
/
frozen
/
1.8
/
library
/
time
/
rfc2822_spec.rb
blob
ef0f2496f1b02f3523adeeb39407acf6e656a7b2
1
require File.dirname(__FILE__) + '/../../spec_helper'
2
require File.dirname(__FILE__) + '/shared/rfc2822'
3
require 'time'
4
5
describe "Time.rfc2822" do
6
it_behaves_like :time_rfc2822, :rfc2822
7
end