Ask A Question
Notifications
You’re not receiving notifications from this thread.
How to write Controller & Integration Tests in Rails Discussion
Dicussion for How to write Controller & Integration Tests in Rails
Hi Chris great job! What is the difference of the integration test with the controller test
If you check the previous video "How to use Devise Test Helpers" from about the 8min40s mark, he explains that they are the same thing, but since Rails 5 are referred to as Integration Tests.
Rails provides TDD and you can get free by searching online Rails forum. So take it simple way to learn