RSpec rerun failures
Public

How to configure RSpec to rerun failed specs only

How to deal with RSpec time precision error
Public

In some cases, Ruby uses higher precision to represent time than the DB. When we compare a timestamp before and after saving to the DB it might not be equal.

Make RSpec shared examples easier to understand with this one trick!
Public

This guy makes his shared examples easier to understand. Overpaid consultants hate him!

When to use let, let! and before in RSpec
Public

When to use let, let! and before in RSpec.

Run RSpec without feature specs
Public

`rspec spec --tag ~@type:feature`