# File lib/rspec-puppet/adapters.rb, line 138
      def settings_map
        super.concat([
          [:environmentpath, :environmentpath],
          [:hiera_config, :hiera_config],
          [:strict_variables, :strict_variables],
        ])
      end