Summary
Explore how to test security aspects in Ruby on Rails by simulating user logins, verifying access controls, and protecting forms from mass assignment. Understand how to isolate responsibilities and ensure users have appropriate resource access.
We'll cover the following...
We'll cover the following...
Recap
In this chapter, we applied testing techniques to security. We added a user model to the ...