Skip to content

Commit

Permalink
Update rspec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmccrae authored Mar 15, 2022
1 parent 026e79d commit f455823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
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
Expand Down

0 comments on commit f455823

Please sign in to comment.