summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-27 13:50:13 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-27 13:50:13 +0100
commita58268a8a75d845b6b06cf224084af2ee2c2a66f (patch)
treeb58c82c76712273d4060ad96460c531821de1a5f /spec
parentacdf2d26d6cf96b85b8f868ae585e0ff31aa0a5d (diff)
Use FUTURE_PARSER=yes instead of PUPPET_PARSER=future
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
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