From 9946788775437513c3489b7d7b2b01fcda62d5fb Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Thu, 11 Jun 2015 14:24:56 +0200 Subject: select the AR adapter through `bin/test`. --- actionview/bin/test | 1 + 1 file changed, 1 insertion(+) (limited to 'actionview/bin') diff --git a/actionview/bin/test b/actionview/bin/test index 2827e79217..404cabba51 100755 --- a/actionview/bin/test +++ b/actionview/bin/test @@ -1,3 +1,4 @@ #!/usr/bin/env ruby COMPONENT_ROOT = File.expand_path("../../", __FILE__) require File.expand_path("../tools/test", COMPONENT_ROOT) +exit Minitest.run(ARGV) -- cgit v1.2.3