diff options
Diffstat (limited to 'test/lib')
| -rwxr-xr-x | test/lib/puppettest.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lib/puppettest.rb b/test/lib/puppettest.rb index 786c37074..32f57f394 100755 --- a/test/lib/puppettest.rb +++ b/test/lib/puppettest.rb @@ -226,6 +226,9 @@ module PuppetTest Puppet[:ignoreschedules] = true #@start = Time.now + + #Facter.stubs(:value).returns "stubbed_value" + #Facter.stubs(:to_hash).returns({}) end def tempfile |
