Thanks for reading Testing Rails! Here's some quick answers to some of your questions. I'll clean this up later and add a section in the book.
I primarily use context for communication around conditionals. Or in other
words, to give extra context around what the it will be testing. Since I
don't use let or before blocks, I don't use context blocks to group
common setup functionality. So, they don't provide any additional