test/aws/ec2_test.rb in simple_aws-0.0.1a vs test/aws/ec2_test.rb in simple_aws-0.0.1b
- old
+ new
@@ -5,10 +5,10 @@
before do
@api = AWS::EC2.new "key", "secret"
end
- it "points to ec2" do
+ it "points to the endpoint" do
@api.uri.must_equal "https://ec2.amazonaws.com"
end
it "works with the current version" do
@api.version.must_equal "2011-11-01"