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