From 1d30a45c4ddc648f903b6ac6d7b91664f5f902f1 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 27 Nov 2014 13:50:22 +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') 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