aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-10-04 03:32:34 -0700
committerYves Senn <yves.senn@gmail.com>2013-10-04 03:32:34 -0700
commit86780e25679a2a5e809d29262b610681fc109aa7 (patch)
treed5f7e20dac1677094a1cf20bf6bde59135ddaf86
parent2de0ccafdd0dbb11070bb8ffd43e76adb7c197f0 (diff)
parente9bce34ddfafd1e6b3482a5cdbd645b241315a1a (diff)
downloadrails-86780e25679a2a5e809d29262b610681fc109aa7.tar.gz
rails-86780e25679a2a5e809d29262b610681fc109aa7.tar.bz2
rails-86780e25679a2a5e809d29262b610681fc109aa7.zip
Merge pull request #12440 from arunagw/minor-fix-running-unit-test-file
Directory name in RUNNING_UNIT_TESTS.rdoc [ci skip]
-rw-r--r--actionview/RUNNING_UNIT_TESTS.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/RUNNING_UNIT_TESTS.rdoc b/actionview/RUNNING_UNIT_TESTS.rdoc
index a0c35e1810..104b3e288d 100644
--- a/actionview/RUNNING_UNIT_TESTS.rdoc
+++ b/actionview/RUNNING_UNIT_TESTS.rdoc
@@ -18,7 +18,7 @@ which can be further narrowed down to one test:
== Dependency on Active Record and database setup
-Test cases in the test/active_record/ directory depend on having
+Test cases in the test/activerecord/ directory depend on having
activerecord and sqlite installed. If Active Record is not in
actionview/../activerecord directory, or the sqlite rubygem is not installed,
these tests are skipped.