Skip to content

Commit

Permalink
Revert "spec_standalone: apply default formatting"
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan authored Jun 6, 2024
1 parent 23c691b commit 3a973f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
task default: [:help]

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 = ['--format', 'documentation', '--color']
t.rspec_opts = []

Check warning on line 51 in lib/puppetlabs_spec_helper/rake_tasks.rb

View check run for this annotation

Codecov / codecov/patch

lib/puppetlabs_spec_helper/rake_tasks.rb#L51

Added line #L51 was not covered by tests
t.rspec_opts << ENV['CI_SPEC_OPTIONS'] unless ENV['CI_SPEC_OPTIONS'].nil?
if ENV['CI_NODE_TOTAL'] && ENV['CI_NODE_INDEX']
ci_total = ENV['CI_NODE_TOTAL'].to_i
Expand Down

0 comments on commit 3a973f9

Please sign in to comment.