Skip to content

Commit

Permalink
Added tasks to rspec pattern.
Browse files Browse the repository at this point in the history
While I have yet to see anyone testing ruby tasks, I see no reason why we should prevent that.
  • Loading branch information
Dylan committed Oct 8, 2018
1 parent ba8780f commit 9bc2dfb
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 @@ -24,7 +24,7 @@

task default: [:help]

pattern = 'spec/{aliases,classes,defines,unit,functions,hosts,integration,plans,type_aliases,types}/**/*_spec.rb'
pattern = 'spec/{aliases,classes,defines,functions,hosts,integration,plans,tasks,type_aliases,types,unit}/**/*_spec.rb'

RSpec::Core::RakeTask.new(:spec_standalone) do |t, args|
t.rspec_opts = ['--color']
Expand Down

0 comments on commit 9bc2dfb

Please sign in to comment.