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