Sha256: b0cc2098b507759a94074994e36226a9a04ef3490c67db652fb6b4aeca4948d7
Contents?: true
Size: 401 Bytes
Versions: 13
Compression:
Stored size: 401 Bytes
Contents
require "#{File.dirname(__FILE__)}/../spec_helper" describe "Basic Instance type life cycle" do before(:all) do setup_client end it "test_should_return_instance_types" do @client.instance_types end it "test_should_return_an_instance_type" do @instance_type = @client.instance_types.first @client.instance_type(@instance_type.id).id.should eql(@instance_type.id) end end
Version data entries
13 entries across 11 versions & 2 rubygems