~gandelman-a/ubuntu/precise/facter/merge922788

« back to all changes in this revision

Viewing changes to spec/spec_helper.rb

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2011-10-18 10:32:42 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20111018103242-ag8i8vejfp8v7b1b
Tags: upstream-1.6.1
ImportĀ upstreamĀ versionĀ 1.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
  # Ensure that we don't accidentally cache between test cases.
20
20
  config.before :each do
 
21
    Facter::Util::Loader.any_instance.stubs(:load_all)
21
22
    Facter.clear
 
23
    Facter.clear_messages
22
24
  end
23
25
end