test/helper.rb in smacks-apricoteatsgorilla-0.4.6 vs test/helper.rb in smacks-apricoteatsgorilla-0.4.7
- old
+ new
@@ -1,5 +1,5 @@
-require "rubygems"
-require "test/unit"
-require "shoulda"
+%w(rubygems test/unit shoulda).each do |gem|
+ require gem
+end
require File.join(File.dirname(__FILE__), "..", "lib", "apricoteatsgorilla")
\ No newline at end of file