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
/
date
/
neww_spec.rb
blob
0134949f086758305cd15f9a1165bb1725d16628
1
require 'date'
2
require File.dirname(__FILE__) + '/../../spec_helper'
3
require File.dirname(__FILE__) + '/shared/commercial'
4
5
describe "Date#neww" do
6
7
it_behaves_like(:date_commercial, :neww)
8
9
end