Sha256: 73e08bfd25c445142853f47f46af7eeb1a82ebb2b6efc978de4e351d09102a27
Contents?: true
Size: 740 Bytes
Versions: 47
Compression:
Stored size: 740 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[:info][:href] } end end else end
Version data entries
47 entries across 47 versions & 2 rubygems