diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d46474f96..6e282d83bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ bundle exec rake test:all To run a single test file: ```sh -ruby -Ilib test/test_integration.rb +ruby -Ilib test/test_binder.rb ``` Or use [`m`](https://github.com/qrush/m):