Don't Run Your Ruby Minitest Classes Twice!
Minitest subclasses will cause the parent’s Minitest class to run its tests twice!
In this post, you will learn how to avoid having duplicated tests and use a library to detect if you have any repeated tests in your code.
https://ignaciochiazzo.medium.com/dont-run-your-ruby-minitest-classes-twice-988645662cdb
Post a comment