spec/unit/configuration/xml_source_spec.rb in riddle-1.2.2 vs spec/unit/configuration/xml_source_spec.rb in riddle-1.3.0

- old
+ new

@@ -1,5 +1,5 @@ -require 'spec/spec_helper' +require 'spec_helper' describe Riddle::Configuration::XMLSource do it "should be invalid without an xmlpipe command, name and type if there's no parent" do source = Riddle::Configuration::XMLSource.new("xml1", "xmlpipe") source.should_not be_valid \ No newline at end of file