-
Hello all, Is there anyone who has resources related to devise gem a login to proceed with the TDD testings? or anyway to skip that process. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
ianmandap
Aug 8, 2021
Replies: 1 comment 2 replies
-
Check its wiki tab detailing how to do rspec tests using capybara. I was able to test the Users model by following the guide. https://github.com/heartcombo/devise/wiki/How-To:-Test-with-Capybara |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jjhay-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check its wiki tab detailing how to do rspec tests using capybara. I was able to test the Users model by following the guide.
https://github.com/heartcombo/devise/wiki/How-To:-Test-with-Capybara