The most common reason for test flakiness is randomized factories which fill a database before test execution. This small gem is designed to help you find out what exactly attribute values were assigned to an investigated model during a failed and passed execution.
Article about gem: https://blog.rnds.pro/006-rspecflaky (in russian)
Top comments (0)