Skip to content

Commit

Permalink
Merge pull request #106 from bmjen/fix-rake_tasks
Browse files Browse the repository at this point in the history
(MODULES-2090) fixes bug in rake_tasks config
  • Loading branch information
DavidS committed Jun 3, 2015
2 parents b261e25 + 5fcf8f3 commit baa4a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def revision(scm, target, ref)
'class_parameter_defaults',
'documentation',
'single_quote_string_with_variables']
config.ignore_paths = ["tests/**/*.pp", "vendor/**/*.pp","examples/**/*.pp" "spec/**/*.pp", "pkg/**/*.pp"]
config.ignore_paths = ["tests/**/*.pp", "vendor/**/*.pp","examples/**/*.pp", "spec/**/*.pp", "pkg/**/*.pp"]
end

require 'puppet-syntax/tasks/puppet-syntax'
Expand Down

0 comments on commit baa4a1d

Please sign in to comment.