Sha256: 40b2cb0a3114f9e690d83cca668970147323c396438f137b550ebd8ed384cc05
Contents?: true
Size: 731 Bytes
Versions: 19
Compression:
Stored size: 731 Bytes
Contents
require File.join(File.dirname(__FILE__),'..','..','..','spec_helper') if Fog.mocking? describe "Fog::Vcloud::Terremark::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::Vcloud::Terremark::Ecloud::Vdc } end describe :vdcs do subject { @vcloud.vdcs } it { should_not respond_to :create } it { should be_an_instance_of Fog::Vcloud::Terremark::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
19 entries across 19 versions & 1 rubygems