Testing What Users Can’t See
Explore the role of request tests in Ruby on Rails, focusing on testing backend behavior invisible to users. Understand how to write request tests to verify data changes and improve test suite speed compared to feature tests.
We'll cover the following...
We'll cover the following...
Setting up the test
Request tests are similar to feature tests in that they exist to test things in integration, but they differ from feature tests ...