Sha256: be998e98fa0f3c28401a391afd5b7ffff7d1142116b99a0eee9a88324385c5aa
Contents?: true
Size: 445 Bytes
Versions: 32
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::Compute::Ecloud::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
32 entries across 32 versions & 8 rubygems