README.md in joi-0.0.1 vs README.md in joi-0.0.2
- old
+ new
@@ -33,9 +33,12 @@
will run only matching test files (e.g. `app/models/user.rb` changes will run
`test/models/user_test.rb` tests). If no matching test file is found, then all
tests are executed. Any `.rb` file that's either created or removed file will
also trigger a full suite run.
+You can use `SIGINT` (ctrl-c) to run all tests. To stop joi, use `SIGQUIT`
+(ctrl-\\).
+
Joi is even more useful if you use
[test_notifier](https://github.com/fnando/test_notifier).
## Maintainer