toptal / crystalball

Regression Test Selection library for your RSpec test suite
https://toptal.github.io/crystalball/
MIT License
322 stars 41 forks source link

Rename Crystalball::CaseMap to Crystalball::ExampleGroupMap #89

Closed pluff closed 6 years ago

pluff commented 6 years ago

This PR does three simple things:

  1. rename "CaseMap" concept to more abstract "ExampleGroupMap"
  2. rename "affected_files" to "used_files"
  3. adds some missing RDoc comments