diff options
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 |
commit | 8b57b78c097e9f8ff1ac8be28fdfca6b87948bec (patch) | |
tree | 8235c8db39206ff6b578d486511d5a87d85b9163 | |
parent | 633f84c89910ea7a62640deeb51523644a228bcd (diff) | |
download | rails-8b57b78c097e9f8ff1ac8be28fdfca6b87948bec.tar.gz rails-8b57b78c097e9f8ff1ac8be28fdfca6b87948bec.tar.bz2 rails-8b57b78c097e9f8ff1ac8be28fdfca6b87948bec.zip |
Rename AP to AV in info about running tests
-rw-r--r-- | actionview/RUNNING_UNIT_TESTS | 4 |
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. |