Sha256: 894adf2d7320aebda7d6dcf494adea7bc231066c60573ee8f7e59a26b1f7a822

Contents?: true

Size: 662 Bytes

Versions: 32

Compression:

Stored size: 662 Bytes

Contents

require 'ecloud/spec_helper'

if Fog.mocking?
  describe "Fog::Compute::Ecloud::Vdcs", :type => :mock_tmrk_ecloud_model do
    subject { @vcloud }

    it { should respond_to(:vdcs) }

    describe :class do
      subject { @vcloud.vdcs.class }
      its(:model)       { should == Fog::Compute::Ecloud::Vdc }
    end

    describe :vdcs do
      subject { @vcloud.vdcs }
      it { should_not respond_to(:create) }

      it { should be_an_instance_of(Fog::Compute::Ecloud::Vdcs) }

      its(:length) { should == 2 }

      it { should have_members_of_the_right_model }

      its(:organization_uri) { should == @mock_organization.href }
    end
  end
else
end

Version data entries

32 entries across 32 versions & 8 rubygems

Version Path
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
michiels-fog-1.3.1 spec/ecloud/models/vdcs_spec.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
fog-1.3.1 spec/ecloud/models/vdcs_spec.rb
fog-1.3.0 spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
fog-1.2.0 spec/ecloud/models/vdcs_spec.rb
ktheory-fog-1.1.2 spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.17.4 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.17.3 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.17.2 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.17.1 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.17.0 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
fog-1.1.2 spec/ecloud/models/vdcs_spec.rb
fog_tractical-1.1.4 spec/ecloud/models/vdcs_spec.rb
fog_tractical-1.1.3 spec/ecloud/models/vdcs_spec.rb
brightbox-cli-0.16.0 lib/brightbox-cli/vendor/fog/spec/ecloud/models/vdcs_spec.rb
fog-1.1.1 spec/ecloud/models/vdcs_spec.rb
fog-1.1.0 spec/ecloud/models/vdcs_spec.rb