Skip to content

Commit c4c1b25

Browse files
Merge pull request #452 from bastelfreak/rspec
spec_standalone: apply default formatting
2 parents 77ecfeb + 81fa2c8 commit c4c1b25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
task default: [:help]
4747

4848
pattern = 'spec/{aliases,classes,defines,functions,hosts,integration,plans,tasks,type_aliases,types,unit}/**/*_spec.rb'
49-
5049
RSpec::Core::RakeTask.new(:spec_standalone) do |t, args|
51-
t.rspec_opts = []
50+
t.rspec_opts = ['--format', 'documentation', '--color']
5251
t.rspec_opts << ENV['CI_SPEC_OPTIONS'] unless ENV['CI_SPEC_OPTIONS'].nil?
5352
if ENV['CI_NODE_TOTAL'] && ENV['CI_NODE_INDEX']
5453
ci_total = ENV['CI_NODE_TOTAL'].to_i

0 commit comments

Comments
 (0)