From bce566d2cdc3979420ef70f22df221c83b75e832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Thu, 27 Nov 2014 13:51:55 +0100 Subject: Use FUTURE_PARSER=yes instead of PUPPET_PARSER=future --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9675ded..cf5db0b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -23,7 +23,7 @@ RSpec.configure do |c| Puppet.settings[:strict_variables]=true end - if ENV['PUPPET_PARSER'] == 'future' + if ENV['FUTURE_PARSER'] == 'yes' c.parser='future' end end -- cgit v1.2.3