Sha256: de5ab5e24434abde9e869f62a4fc5b6065bafff5d39a7084a2e237d3a09f3132
Contents?: true
Size: 457 Bytes
Versions: 19
Compression:
Stored size: 457 Bytes
Contents
require 'spec_helper' describe Fog::Vcloud do subject { Fog::Vcloud.new() } it { should be_an_instance_of Fog::Vcloud::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 == URI.parse(@mock_organization[:info][:href]) } its(:default_organization_uri) { should be_an_instance_of URI::HTTPS } end
Version data entries
19 entries across 19 versions & 1 rubygems