Class: RSpec::Puppet::Adapters::Adapter35

Inherits:
Adapter34 show all
Defined in:
lib/rspec-puppet/adapters.rb

Instance Method Summary collapse

Methods inherited from Base

#catalog, #current_environment, #get_setting, #manifest, #modulepath, #setup_puppet

Instance Method Details

#settings_mapObject



321
322
323
324
325
# File 'lib/rspec-puppet/adapters.rb', line 321

def settings_map
  super.push(
    i[strict_variables strict_variables]
  )
end