Module: RSpec::Puppet::Support
- Defined in:
- lib/rspec_puppet_utils/mock_function.rb
Class Method Summary collapse
Class Method Details
.clear_cache ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/rspec_puppet_utils/mock_function.rb', line 6 def self.clear_cache begin # Cache is a separate class since rspec-puppet 2.3.0 require 'rspec-puppet/cache' @@cache = RSpec::Puppet::Cache.new rescue Gem::LoadError @@cache = {} end end |