From 2b4a9735d816d3a05c7fca207d97bebcb09c95a0 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 21 Nov 2016 17:24:10 +0100 Subject: update bin/test scripts to prevent double runs. The test runner was updated to make use of autorun. This caused the `bin/test` scripts to run Minitest twice. --- activemodel/bin/test | 2 -- 1 file changed, 2 deletions(-) (limited to 'activemodel/bin') diff --git a/activemodel/bin/test b/activemodel/bin/test index 84a05bba08..a7beb14b27 100755 --- a/activemodel/bin/test +++ b/activemodel/bin/test @@ -2,5 +2,3 @@ COMPONENT_ROOT = File.expand_path("..", __dir__) require File.expand_path("../tools/test", COMPONENT_ROOT) - -exit Minitest.run(ARGV) -- cgit v1.2.3