DEV Community

Discussion on: Getting Started with Test Driven Development

Collapse
 
wolverineks profile image
Kevin Sullivan

My Ruby is a bit rusty, but it looks like the tests are testing whether the method returns true or not. What would it look like to test that the side effects executed as intended?