diff options
author | John McCrae <john.mccrae@progress.com> | 2022-03-14 20:17:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 20:17:28 -0700 |
commit | f4558233a68f7359909fe26e98a432df2997d8a1 (patch) | |
tree | b936f56a6e309bd25aae47177a3ee315eae5ff56 /tasks | |
parent | 026e79d0175ae70142375b9ebcadb68edd65c4b1 (diff) | |
download | chef-f4558233a68f7359909fe26e98a432df2997d8a1.tar.gz |
Update rspec.rb
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/rspec.rb | 2 |
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 |