Skip to content

Commit

Permalink
Merge pull request #261 from dylanratcliffe/add_tasks_pattern
Browse files Browse the repository at this point in the history
Added tasks to rspec pattern.
  • Loading branch information
DavidS committed Oct 15, 2018
2 parents ba8780f + 9bc2dfb commit 128b379
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 128b379

Please sign in to comment.