summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chef.io>2021-04-20 11:22:02 -0700
committerJohn McCrae <jmccrae@chef.io>2021-04-20 12:00:29 -0700
commit13cef4d1be42420ddf436c086cb725bab3f1b564 (patch)
tree7d8f6f51204c94998c4947503b721d2c48046c80
parent44d8ce166b65584c05b9c148391205a5709aac0b (diff)
downloadchef-13cef4d1be42420ddf436c086cb725bab3f1b564.tar.gz
debugging the tests
Signed-off-by: John McCrae <jmccrae@chef.io>
-rw-r--r--tasks/rspec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index 050c40be5c..903d276fb4 100644
--- a/tasks/rspec.rb
+++ b/tasks/rspec.rb
@@ -42,8 +42,8 @@ begin
desc "Run all chef specs in spec directory"
RSpec::Core::RakeTask.new(:spec) do |t|
- t.verbose = false
- t.rspec_opts = %w{--profile}
+ t.verbose = true
+ t.rspec_opts = %w{--profile --format doc}
t.pattern = FileList["spec/**/*_spec.rb"].reject do |path|
path =~ /knife.*/
end