mhfs / devise-async

Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.
MIT License
575 stars 110 forks source link

Test error #97

Open bh-e opened 8 years ago

bh-e commented 8 years ago

` 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

2) 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