summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-03-14 19:05:49 -0700
committerGitHub <noreply@github.com>2022-03-14 19:05:49 -0700
commit026e79d0175ae70142375b9ebcadb68edd65c4b1 (patch)
treeb4066d9dfd87bcfd050eb5c64ab5d1ac47e8f09a
parent3f35e622fd9fc612bff3e5403e737f012aa9bd66 (diff)
downloadchef-026e79d0175ae70142375b9ebcadb68edd65c4b1.tar.gz
Update rspec.rb
-rw-r--r--tasks/rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index 18f3318e55..f6038d6b9a 100644
--- a/tasks/rspec.rb
+++ b/tasks/rspec.rb
@@ -77,7 +77,7 @@ begin
RSpec::Core::RakeTask.new(sub) do |t|
puts "--- Running chef #{sub} specs"
t.verbose = false
- t.rspec_opts = %w{--profile}
+ t.rspec_opts = %w{--profile --format doc}
t.pattern = FileList["spec/#{sub}/**/*_spec.rb"]
end
end