From f73c7cfaeeddbf0fb003edea5550843b62183b53 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Tue, 15 Mar 2022 09:48:45 -0700 Subject: Updated Rspec to add verbose logging to track down intermittent failures on Windows Signed-off-by: John McCrae --- tasks/rspec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1