Module: VagrantSpec::Config

Defined in:
lib/vagrant_spec/config.rb,
lib/vagrant_spec/config/base.rb

Overview

Autoload

Defined Under Namespace

Classes: Base

Constant Summary collapse

DEFAULTS =
{
  'directory'         => 'serverspec',
  'ansible_inventory' => {},
  'test_plan'         => []
}.freeze

Class Method Summary collapse

Class Method Details

.load(env) ⇒ Object



15
16
17
# File 'lib/vagrant_spec/config.rb', line 15

def load(env)
  env.vagrantfile.config
end