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