### Steps to reproduce Run `rake test path/to/test.rb` to invoke a single file test, e.g. ``` bash $ bin/rake test test/models/card_test.rb ``` ### Expected behavior Only the specified file is executed. ### Actual behavior The all the tests are executed. However, `rails test test/models/card_test.rb` works file ### System configuration **Rails version**: 5.0.0.1 **Ruby version**: MRI 2.3.1