devise-two-factor
devise-two-factor copied to clipboard
need help with tests for my pullrequest
https://github.com/tinfoil/devise-two-factor/pull/144
however if i run rake i get following errors. i changed the models in the test
- include ::ActiveModel::Validations::Callbacks
+ include ::ActiveModel::Validations
but that doesn't fix the issue. can somebody please help me to fix the tests?
