0
0
Fork 0

Add coverage for CLI::Statuses command (#25321)

This commit is contained in:
Matt Jankowski 2023-10-16 09:37:22 -04:00 committed by GitHub
parent 299aa71c8f
commit 00e92b4038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -85,6 +85,12 @@ RSpec.configure do |config|
config.include Redisable
config.include SignedRequestHelpers, type: :request
config.around(:each, use_transactional_tests: false) do |example|
self.use_transactional_tests = false
example.run
self.use_transactional_tests = true
end
config.before :each, type: :cli do
stub_stdout
stub_reset_connection_pools