toptal / crystalball

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

Adjusts default location for mapping file #95

Closed mwhagedorn closed 6 years ago

mwhagedorn commented 6 years ago

The "out of the box" configuration wants to see the mapping file at the root of the project. This seems like a more sensible default.

pluff commented 6 years ago

@mwhagedorn we try to guess the best place for mappings here. tmp folder is in .gitignore usually, that makes it more convenient to use as a default. Your changes will add one more step before a user can use the tool.