We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00c80b commit e14312bCopy full SHA for e14312b
lib/puppetlabs_spec_helper/module_spec_helper.rb
@@ -69,7 +69,6 @@ def verify_contents(subject, title, expected_lines)
69
c.environmentpath = spec_path
70
c.module_path = module_path
71
c.manifest_dir = File.join(fixture_path, 'manifests')
72
- c.parser = 'future' if ENV['FUTURE_PARSER'] == 'yes'
73
74
c.before :each do
75
if c.mock_framework.framework_name == :rspec
0 commit comments