testdiff
Ruby gem to locally test only modified files.
Installation
Add this line to your application's Gemfile:
gem 'testdiff'And then execute:
bundleOr install it yourself as:
gem install testdiffUsage
Run Rubocop and Rspec on all modified files:
testdiffRun Rubocop on all modified files:
testdiff rubocopRun Rspec on all modified files:
testdiff rspec