mhfs / devise-async

Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test error

bh-e opened this issue · comments

` 1) Failure:
Model#test_0004_triggers the enqueued notifications on save [/home/abhi/ruby-devise-async/test/devise/async/model_test.rb:50]:
Expected: 1
Actual: 2

  1. Failure:
    Model#test_0003_accumulates notifications to be sent after commit when Model has been changed [/home/abhi/ruby-devise-async/test/devise/async/model_test.rb:32]:
    Expected: 1
    Actual: 2
    `

What can be these ?
I disabled some of the tests for backburner,rescue,que,que-classic,suckerpunch , since I dont need that. More info is here . Please help