Sha256: 8cb3eb40675cb2ac09f72e8b64919e253a816445c620f81865a33c03d2dcc904
Contents?: true
Size: 445 Bytes
Versions: 7
Compression:
Stored size: 445 Bytes
Contents
require 'ecloud/spec_helper' if Fog.mocking? describe Fog::Ecloud, :type => :mock_tmrk_ecloud_request do subject { @vcloud } it { should be_an_instance_of(Fog::Ecloud::Compute::Mock) } it { should respond_to(:default_organization_uri) } it { should respond_to(:supported_versions) } it { should have_at_least(1).supported_versions } its(:default_organization_uri) { should == @mock_organization.href } end end
Version data entries
7 entries across 7 versions & 1 rubygems