test/test_helper.rb in grempe-amazon-ec2-0.4.3 vs test/test_helper.rb in grempe-amazon-ec2-0.4.4
- old
+ new
@@ -6,10 +6,10 @@
# Copyright:: Copyright (c) 2007-2008 Glenn Rempe
# License:: Distributes under the same terms as Ruby
# Home:: http://github.com/grempe/amazon-ec2/tree/master
#++
-%w[ test/unit rubygems test/spec mocha ].each { |f|
+%w[ test/unit test/spec mocha ].each { |f|
begin
require f
rescue LoadError
abort "Unable to load required gem for test: #{f}"
end