spec/spec_helper.rb in ruby_speech-0.4.0 vs spec/spec_helper.rb in ruby_speech-0.5.0

- old
+ new

@@ -21,9 +21,5 @@ RSpec.configure do |config| config.mock_with :mocha config.filter_run :focus => true config.run_all_when_everything_filtered = true end - -def parse_xml(xml) - Nokogiri::XML.parse xml, nil, nil, Nokogiri::XML::ParseOptions::NOBLANKS -end