As usual, excellent screencast Ryan. Have you built tests for authentication with has_secure_password? I'm encountering this error when creating a user in a functional test:
ruby
NoMethodError: undefined method `password_digest' for #<User:0x007faf810f8b00>
Oh boy. I overlooked a failed migration and this was solved by simply fixing my test database structure.
As usual, excellent screencast Ryan. Have you built tests for authentication with has_secure_password? I'm encountering this error when creating a user in a functional test: