aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-20 19:12:17 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-20 19:12:17 +0200
commit8b57b78c097e9f8ff1ac8be28fdfca6b87948bec (patch)
tree8235c8db39206ff6b578d486511d5a87d85b9163 /actionview/RUNNING_UNIT_TESTS
parent633f84c89910ea7a62640deeb51523644a228bcd (diff)
downloadrails-8b57b78c097e9f8ff1ac8be28fdfca6b87948bec.tar.gz
rails-8b57b78c097e9f8ff1ac8be28fdfca6b87948bec.tar.bz2
rails-8b57b78c097e9f8ff1ac8be28fdfca6b87948bec.zip
Rename AP to AV in info about running tests
Diffstat (limited to 'actionview/RUNNING_UNIT_TESTS')
-rw-r--r--actionview/RUNNING_UNIT_TESTS4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/RUNNING_UNIT_TESTS b/actionview/RUNNING_UNIT_TESTS
index 1b29abd2d1..a0c35e1810 100644
--- a/actionview/RUNNING_UNIT_TESTS
+++ b/actionview/RUNNING_UNIT_TESTS
@@ -20,8 +20,8 @@ which can be further narrowed down to one test:
Test cases in the test/active_record/ directory depend on having
activerecord and sqlite installed. If Active Record is not in
-actionpack/../activerecord directory, or the sqlite rubygem is not installed,
+actionview/../activerecord directory, or the sqlite rubygem is not installed,
these tests are skipped.
-Other tests are runnable from a fresh copy of actionpack without any configuration.
+Other tests are runnable from a fresh copy of actionview without any configuration.