From 81ae632d08ce06834ba46a5ffc505e9128b3d1a0 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Thu, 11 Jun 2015 14:11:52 +0200 Subject: make it possible to run AR tests with bin/test --- activerecord/bin/test | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 activerecord/bin/test (limited to 'activerecord/bin') diff --git a/activerecord/bin/test b/activerecord/bin/test new file mode 100755 index 0000000000..2827e79217 --- /dev/null +++ b/activerecord/bin/test @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby +COMPONENT_ROOT = File.expand_path("../../", __FILE__) +require File.expand_path("../tools/test", COMPONENT_ROOT) -- cgit v1.2.3