Prefer `instance_double` in testing best practices
Instead of `Factory.build` we should use `instance_double` so the stubbed methods are verified for us.
Showing
Please register or sign in to comment
Instead of `Factory.build` we should use `instance_double` so the stubbed methods are verified for us.