From 777c39c41c956ac8f5dfbc35aa0ec852a8cf447f Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Fri, 22 Aug 2014 00:45:25 -0700 Subject: [ci skip] Running AR tests guide [Fixes GH-15891] Patch by @bcjordan --- activerecord/RUNNING_UNIT_TESTS.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/RUNNING_UNIT_TESTS.rdoc') diff --git a/activerecord/RUNNING_UNIT_TESTS.rdoc b/activerecord/RUNNING_UNIT_TESTS.rdoc index ca1f2fd665..569685bd45 100644 --- a/activerecord/RUNNING_UNIT_TESTS.rdoc +++ b/activerecord/RUNNING_UNIT_TESTS.rdoc @@ -32,8 +32,8 @@ defined in +Rakefile+) == Config File -If +test/config.yml+ is present, it's parameters are obeyed. Otherwise, the -parameters in +test/config.example.yml+ are obeyed. +If +test/config.yml+ is present, then its parameters are obeyed; otherwise, the +parameters in +test/config.example.yml+ are. You can override the +connections:+ parameter in either file using the +ARCONN+ (Active Record CONNection) environment variable: -- cgit v1.2.3