diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-06-11 14:24:56 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-06-11 14:24:56 +0200 |
commit | 9946788775437513c3489b7d7b2b01fcda62d5fb (patch) | |
tree | 6851cc6249f0c91a6b2727eba6e4fd9d35864d06 /actionpack | |
parent | 81ae632d08ce06834ba46a5ffc505e9128b3d1a0 (diff) | |
download | rails-9946788775437513c3489b7d7b2b01fcda62d5fb.tar.gz rails-9946788775437513c3489b7d7b2b01fcda62d5fb.tar.bz2 rails-9946788775437513c3489b7d7b2b01fcda62d5fb.zip |
select the AR adapter through `bin/test`.
Diffstat (limited to 'actionpack')
-rwxr-xr-x | actionpack/bin/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/bin/test b/actionpack/bin/test index 2827e79217..404cabba51 100755 --- a/actionpack/bin/test +++ b/actionpack/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) |