aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-06-11 14:24:56 +0200
committerYves Senn <yves.senn@gmail.com>2015-06-11 14:24:56 +0200
commit9946788775437513c3489b7d7b2b01fcda62d5fb (patch)
tree6851cc6249f0c91a6b2727eba6e4fd9d35864d06 /tools
parent81ae632d08ce06834ba46a5ffc505e9128b3d1a0 (diff)
downloadrails-9946788775437513c3489b7d7b2b01fcda62d5fb.tar.gz
rails-9946788775437513c3489b7d7b2b01fcda62d5fb.tar.bz2
rails-9946788775437513c3489b7d7b2b01fcda62d5fb.zip
select the AR adapter through `bin/test`.
Diffstat (limited to 'tools')
-rw-r--r--tools/test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test.rb b/tools/test.rb
index 1d223f99a2..50cce2081a 100644
--- a/tools/test.rb
+++ b/tools/test.rb
@@ -8,5 +8,3 @@ module Rails
@root ||= Pathname.new(COMPONENT_ROOT)
end
end
-
-exit Minitest.run(ARGV)