Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 243 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 243 Bytes

Flaky Finder

Find unstable, intermittently failing RSpec tests

Usage

irb(main):001:0> require "./lib/flaky_finder"
=> true
irb(main):002:0> FlakyFinder.find("./support_spec/flaky_spec.rb")
=> ["./support_spec/flaky_spec.rb:2"]