Sha256: 1585f3edfd2152801e63e4a2272f0beb5766b870f8e9654d9809fccdd26dbeed
Contents?: true
Size: 617 Bytes
Versions: 62
Compression:
Stored size: 617 Bytes
Contents
require File.dirname(__FILE__) + '/test_helper.rb' require File.dirname(__FILE__) + '/../test_credentials.rb' require 'pp' class TestEc2 < Test::Unit::TestCase # Some of RightEc2 instance methods concerning instance launching and image registration # are not tested here due to their potentially risk. def setup TestCredentials.get_credentials @ec2 = Aws::Ec2.new(TestCredentials.aws_access_key_id, TestCredentials.aws_secret_access_key) @key = 'right_ec2_awesome_test_key' @group = 'right_ec2_awesome_test_security_group' end end
Version data entries
62 entries across 62 versions & 4 rubygems