A Closer Look at Test Spies
When we use a test spy in our unit tests instead of a mock object, we make some tradeoffs. This article explores our decisions.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
When we use a test spy in our unit tests instead of a mock object, we make some tradeoffs. This article explores our decisions.
Post a comment