Class: RSpec::Puppet::Adapters::Puppet33

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

Direct Known Subclasses

Puppet34

Instance Method Summary collapse

Methods inherited from Base

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

Instance Method Details

#settings_mapObject



6
7
8
9
10
11
# File 'lib/rspec-puppet/adapters/puppet_33.rb', line 6

def settings_map
  super.concat([
    [:ordering, :ordering],
    [:stringify_facts, :stringify_facts],
  ])
end