test/test_apricoteatsgorilla.rb in smacks-apricoteatsgorilla-0.4.6 vs test/test_apricoteatsgorilla.rb in smacks-apricoteatsgorilla-0.4.7

- old
+ new

@@ -1,7 +1,3 @@ -$:.unshift(File.join(File.dirname(__FILE__), "apricoteatsgorilla")) - -require "test_shortcut_method" -require "test_xml_to_hash" -require "test_hash_to_xml" -require "test_soap_envelope" -require "test_xml_node" +%w(shortcut xml_to_hash hash_to_xml soap_envelope xml_node).each do |file| + require File.join(File.dirname(__FILE__), "apricoteatsgorilla", "test_#{file}") +end \ No newline at end of file