shoulda-matchers
shoulda-matchers copied to clipboard
Add #ignoring_check_for_db_column to HaveSecureTokenMatcher
In some cases a check for the token column may be omitted.
For example if has_secure_token
and has_secure_password(:token)
are used in combination.