Sha256: f7af3d99767a51e87212e9c25c9bb9a4ac3c5bfb0d1a02a6c8e357597f57fe23

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

require 'spec_helper'
require 'support/helpers/construct_spec_helper'
require 'taketo/constructs/config'

include Taketo

describe "Config" do
  subject(:config) { Taketo::Constructs::Config.new }

  it_behaves_like "a construct with nodes", :groups, :group
  it_behaves_like "a construct with nodes", :projects, :project

  it { should have_accessor(:default_destination) }

  it_behaves_like "a node with servers", :servers, :server
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taketo-0.2.0 spec/lib/taketo/constructs/config_spec.rb
taketo-0.2.0.alpha spec/lib/taketo/constructs/config_spec.rb