aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-10-04 08:31:29 +0200
committerArun Agrawal <arunagw@gmail.com>2013-10-04 08:31:29 +0200
commite9bce34ddfafd1e6b3482a5cdbd645b241315a1a (patch)
treed5f7e20dac1677094a1cf20bf6bde59135ddaf86 /actionview/RUNNING_UNIT_TESTS.rdoc
parent2de0ccafdd0dbb11070bb8ffd43e76adb7c197f0 (diff)
downloadrails-e9bce34ddfafd1e6b3482a5cdbd645b241315a1a.tar.gz
rails-e9bce34ddfafd1e6b3482a5cdbd645b241315a1a.tar.bz2
rails-e9bce34ddfafd1e6b3482a5cdbd645b241315a1a.zip
Directory name in RUNNING_UNIT_TESTS.rdoc [ci skip]
Diffstat (limited to 'actionview/RUNNING_UNIT_TESTS.rdoc')
-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.