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'             => [],
  'generate_machine_data' => true
}.freeze

Class Method Summary collapse

Class Method Details

.load(env) ⇒ Object



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

def load(env)
  env.vagrantfile.config
end