1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

better test title

This commit is contained in:
Mike Perham 2014-05-17 21:13:15 -07:00
parent 1fd3c0bb50
commit 7306c39b21

View file

@ -131,7 +131,7 @@ class TestManager < Sidekiq::Test
@processor.verify
end
it 'indicates status in proctitle' do
it 'indicates stopping status in proctitle' do
assert_equal "sidekiq #{Sidekiq::VERSION} myapp [0 of 3 busy] stopping", $0
end