From 9dd5be308b93a5fe4810a9335869152b5e14ea26 Mon Sep 17 00:00:00 2001 From: Sebastien Puyet Date: Tue, 29 Oct 2019 20:02:33 +0100 Subject: [PATCH 1/2] fix readme single file test example --- 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): From 8a97412dc8692d09baf46422cfdb8ff2fdc7170e Mon Sep 17 00:00:00 2001 From: Sebastien Puyet Date: Tue, 29 Oct 2019 20:23:54 +0100 Subject: [PATCH 2/2] trigger build without tests