Sha256: 0e418c2220c8cfed87178739d5fdd329e62debc7ea96f918ff434cc96260bcbc
Contents?: true
Size: 625 Bytes
Versions: 6
Compression:
Stored size: 625 Bytes
Contents
require File.dirname(__FILE__) + '/bin_spec_helper' require "poolparty" class PuppetResolverSpec plugin :apache do end end describe "Server list active binary" do describe "with real cloud" do before(:each) do @p = PoolParty::Pool::Pool.load_from_file "#{::File.dirname(__FILE__)}/fixtures/bin_cloud_for_test.rb" @pool_hash = @p.to_properties_hash end it "should have the name on the schema" do @pool_hash.options.name.should == :binary_testing_cloud end it "should have the remoter base available" do @pool_hash.options.remote_base.nil?.should == false end end end
Version data entries
6 entries across 6 versions & 2 rubygems