# File lib/rspec-puppet/support.rb, line 225
    def munge_facts(facts)
      output = {}
      facts.keys.each { |key| output[key.to_s] = facts[key] }
      output
    end