DEV Community

Samoilenko Yuri for RNDSOFT

Posted on

 

RSpec-flaky: gem to deal with flaky test

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)

Alt Text

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git