summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-25 17:45:25 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-25 17:45:25 +0100
commit530a7820031ba5bfa38f71a73821829d481256b8 (patch)
treeadc881ee78f05ae4209811a404880224b8b35edb /spec
parentd684f54a0d80a81a5bcead91a3ecf2b6056b37f4 (diff)
Fix future parser tests
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 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