aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-08-22 00:45:25 -0700
committerZachary Scott <e@zzak.io>2014-08-22 00:45:25 -0700
commit777c39c41c956ac8f5dfbc35aa0ec852a8cf447f (patch)
tree0d8467fbae7451b1bdcf1969158ee7a650750a1c /activerecord/RUNNING_UNIT_TESTS.rdoc
parent3202b6261ab256400666c8bafb6855c3483f022c (diff)
downloadrails-777c39c41c956ac8f5dfbc35aa0ec852a8cf447f.tar.gz
rails-777c39c41c956ac8f5dfbc35aa0ec852a8cf447f.tar.bz2
rails-777c39c41c956ac8f5dfbc35aa0ec852a8cf447f.zip
[ci skip] Running AR tests guide [Fixes GH-15891]
Patch by @bcjordan
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS.rdoc4
1 files changed, 2 insertions, 2 deletions
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: