spec/savon/soap_spec.rb in savon-0.9.2 vs spec/savon/soap_spec.rb in savon-0.9.3

- old
+ new

@@ -11,11 +11,6 @@ it "should contain a Rage of supported SOAP versions" do Savon::SOAP::Versions.should == (1..2) end - it "should contain a Regexp matching the xs:dateTime format" do - Savon::SOAP::DateTimeRegexp.should be_a(Regexp) - (Savon::SOAP::DateTimeRegexp === "2012-03-22T16:22:33").should be_true - end - end