home blog about

fra.ncois.dev
Ruby (on Rails) and tech blog.

Rerun your latest CircleCI failing specs locally

A rake task to pull your latest CircleCI spec failures and rerun them on your local environment.

Convenience methods with .pryrc

Make your development life easier with your own custom console-only methods.

expect_table_content

Find out how to implement a simple Rspec helper to verify table content in system specs.

Comparable and Enumerable

Add Comparison operators and iteration capabilities to any class.