Sha256: 9cd9d79ac002b9d72174348d1870a7c0968632ad5c538a3b5bc4b68db011e505

Contents?: true

Size: 293 Bytes

Versions: 9

Compression:

Stored size: 293 Bytes

Contents

# Copyright (c) 2012-2013 Stark & Wayne, LLC

require File.expand_path("../../../spec_helper", __FILE__)

describe Bosh::CloudFoundry::Config::MicroboshConfig do
  before(:each) do
    @home = Dir.mktmpdir("home")
  end

  it "discovers fog connection properties in an AWS micro_bosh.yml"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bosh-cloudfoundry-0.6.1 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.6.0 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.5.1 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.5.0 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.4.1 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.4.0 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.3.0 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.2.1 spec/unit/config/microbosh_config_spec.rb
bosh-cloudfoundry-0.2.0 spec/unit/config/microbosh_config_spec.rb