Adding devise-async to our user model leads to generation of wrong SQL when devise does an auto update on login for request specs. For more details see:
rails/rails#26038
http://stackoverflow.com/questions/38635739/request-spec-order-dependent-failure-wrong-sql-created-for-devise-user-update-o
A minimal rails reproduction app is available at https://github.com/tak1n/reproduction (Just run something_test.rb)