A developer is able to specify regexp to match specific source files to specific spec files. It will add proper spec files to a prediction set if matched source files were changed
predictor.use Crystalball::Predictor::DirectMapPredictor.new from: /lib\/models\/(.*).rb/,
to: './spec/models/%s_spec.rb'
Add new DirectMapPredictor
A developer is able to specify regexp to match specific source files to specific spec files. It will add proper spec files to a prediction set if matched source files were changed
Should be merged after https://github.com/toptal/crystalball/pull/24