From 9364de72c4bfac0e181dfd40f16a36b1249b156b Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Tue, 25 Nov 2014 17:43:58 +0100 Subject: Fix future parser tests --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 98b22c3..0b4bc99 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -19,7 +19,7 @@ RSpec.configure do |c| end if ENV['PUPPET_PARSER'] == 'future' - Puppet.settings[:parser]='future' + c.parser='future' end end -- cgit v1.2.3