Change soft-fail to use the config, rather than env
[rbx.git] / spec / frozen / 1.8 / library / date / neww_spec.rb
blob0134949f086758305cd15f9a1165bb1725d16628
1 require 'date' 
2 require File.dirname(__FILE__) + '/../../spec_helper'
3 require File.dirname(__FILE__) + '/shared/commercial'
5 describe "Date#neww" do
7   it_behaves_like(:date_commercial, :neww)
9 end