Model tests - thuy-econsys/rails_app GitHub Wiki
References
- How to Test Rails Models with RSpec | Semaphore - uses subject
- Testing ActiveRecord validations with RSpec | makandra dev - with custom validations
- Chapter 6: Modeling Users - User Validations | Ruby on Rails Tutorial (4.0 version 2nd Ed.) - good User validation specs for model. This stackoverflow question contains code based off of it.
- Rails - Testing User Model with Rspec and Devise | Stackoverflow