test/test_EC2_console.rb in grempe-amazon-ec2-0.3.0 vs test/test_EC2_console.rb in grempe-amazon-ec2-0.3.1
- old
+ new
@@ -1,13 +1,13 @@
#--
# Amazon Web Services EC2 Query API Ruby library
#
# Ruby Gem Name:: amazon-ec2
-# Author:: Glenn Rempe (mailto:grempe@rubyforge.org)
+# Author:: Glenn Rempe (mailto:glenn@rempe.us)
# Copyright:: Copyright (c) 2007-2008 Glenn Rempe
# License:: Distributes under the same terms as Ruby
-# Home:: http://amazon-ec2.rubyforge.org
+# Home:: http://github.com/grempe/amazon-ec2/tree/master
#++
require File.dirname(__FILE__) + '/test_helper.rb'
context "The EC2 console " do
@@ -49,6 +49,6 @@
lambda { @ec2.get_console_output(:instance_id => nil) }.should.raise(EC2::ArgumentError)
lambda { @ec2.get_console_output(:instance_id => "") }.should.raise(EC2::ArgumentError)
end
-end
\ No newline at end of file
+end