Skip to content

Commit

Permalink
flush redis so status is predictable
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Mar 1, 2019
1 parent 4d88319 commit edbefc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_sidekiqctl.rb
Expand Up @@ -17,6 +17,10 @@ def output(section = 'all')
end

describe Sidekiq::Ctl do
before do
Sidekiq.redis {|c| c.flushdb}
end

describe 'status' do
describe 'version' do
it 'displays the current Sidekiq version' do
Expand Down

0 comments on commit edbefc4

Please sign in to comment.