From 530a7820031ba5bfa38f71a73821829d481256b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Tue, 25 Nov 2014 17:45:25 +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