Use Sidekiq fake! instead of inline! in specs (#25369)
This commit is contained in:
@@ -75,7 +75,7 @@ describe UserTrackingConcern do
|
||||
expect(redis.ttl("account:#{user.account_id}:regeneration")).to be >= 0
|
||||
end
|
||||
|
||||
it 'regenerates feed when sign in is older than two weeks' do
|
||||
it 'regenerates feed when sign in is older than two weeks', :sidekiq_inline do
|
||||
get :show
|
||||
|
||||
expect_updated_sign_in_at(user)
|
||||
|
||||
Reference in New Issue
Block a user