From f767f61219c38d9b21550153080ca55e2ce216ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Puyet?= Date: Tue, 29 Oct 2019 22:42:53 +0100 Subject: [PATCH] [ci skip] fix readme single file test example (#2058) * fix readme single file test example * trigger build without tests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):