rspec-tracer 1.0.0
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool for RSpec. It maintains a list of files for each test, enabling itself to skip tests in the subsequent runs if none of the dependent files are changed. It uses Ruby's built-in coverage library to keep track of the coverage for each test.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (2):
            docile
            >= 1.1.0, ~> 1.1
          
          
            rspec-core
            >= 3.6.0, ~> 3.6
          
    