You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add include DeviseTokenAuth::Concerns::User to user, shoulda complains with User validations should validate that :email is case-insensitively unique. Weird because the email is validated as unique if I check with a manual test instead of shoulda.
The text was updated successfully, but these errors were encountered:
If I add
include DeviseTokenAuth::Concerns::User
to user, shoulda complains withUser validations should validate that :email is case-insensitively unique
. Weird because the email is validated as unique if I check with a manual test instead of shoulda.The text was updated successfully, but these errors were encountered: