When I run the following command, I want RuboCop to inspect application directories I specify before tests run:
bundle exec rake test
When I run the following command, I want RuboCop to inspect application directories I specify before tests run:
bundle exec rake test
I added the following task to
lib/tasks/test.rake
:The result: