From 1d5dc6869fcb7bcb4119f8de241265a21bc4329e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Fri, 23 Jan 2015 09:01:08 +0100 Subject: Update with msync --- spec/spec_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 41dd7da..1148f7f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -24,6 +24,8 @@ RSpec.configure do |c| if ENV['FUTURE_PARSER'] == 'yes' c.parser='future' end + + Puppet.features.stubs(:root?).returns(true) end c.after :each do -- cgit v1.2.3