Skip to content

Commit e14312b

Browse files
committed
(CONT-237) - Remove additional parser setup
1 parent d00c80b commit e14312b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppetlabs_spec_helper/module_spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def verify_contents(subject, title, expected_lines)
6969
c.environmentpath = spec_path
7070
c.module_path = module_path
7171
c.manifest_dir = File.join(fixture_path, 'manifests')
72-
c.parser = 'future' if ENV['FUTURE_PARSER'] == 'yes'
7372

7473
c.before :each do
7574
if c.mock_framework.framework_name == :rspec

0 commit comments

Comments
 (0)