Skip to content

Commit a83d61b

Browse files
Merge pull request #454 from puppetlabs/revert-452-rspec
Revert "spec_standalone: apply default formatting"
2 parents 23c691b + 3a973f9 commit a83d61b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

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

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

0 commit comments

Comments
 (0)