Class: RSpec::Puppet::Adapters::Adapter33

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

Direct Known Subclasses

Adapter34

Instance Method Summary collapse

Methods inherited from Base

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

Instance Method Details

#settings_mapObject



230
231
232
233
234
235
# File 'lib/rspec-puppet/adapters.rb', line 230

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