summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-03-14 20:17:28 -0700
committerGitHub <noreply@github.com>2022-03-14 20:17:28 -0700
commitf4558233a68f7359909fe26e98a432df2997d8a1 (patch)
treeb936f56a6e309bd25aae47177a3ee315eae5ff56 /tasks
parent026e79d0175ae70142375b9ebcadb68edd65c4b1 (diff)
downloadchef-f4558233a68f7359909fe26e98a432df2997d8a1.tar.gz
Update rspec.rb
Diffstat (limited to 'tasks')
-rw-r--r--tasks/rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index f6038d6b9a..18f3318e55 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 --format doc}
+ t.rspec_opts = %w{--profile}
t.pattern = FileList["spec/#{sub}/**/*_spec.rb"]
end
end