aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-07-06 15:23:12 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-07-06 15:23:12 +0530
commitddad32978d480235c7b01ae42edc667b45a396cb (patch)
tree3d6929b1728f7583809e57efde1f80c3dcccd39a /actionview/RUNNING_UNIT_TESTS.rdoc
parent3ac3760c69e6e6914c5ddae138856b3c82ac0f20 (diff)
downloadrails-ddad32978d480235c7b01ae42edc667b45a396cb.tar.gz
rails-ddad32978d480235c7b01ae42edc667b45a396cb.tar.bz2
rails-ddad32978d480235c7b01ae42edc667b45a396cb.zip
[ci skip] /sqlite/i --> SQLite
Diffstat (limited to 'actionview/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--actionview/RUNNING_UNIT_TESTS.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/RUNNING_UNIT_TESTS.rdoc b/actionview/RUNNING_UNIT_TESTS.rdoc
index c408882827..6c4e5e983a 100644
--- a/actionview/RUNNING_UNIT_TESTS.rdoc
+++ b/actionview/RUNNING_UNIT_TESTS.rdoc
@@ -19,8 +19,8 @@ which can be further narrowed down to one test:
== Dependency on Active Record and database setup
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,
+activerecord and sqlite3 installed. If Active Record is not in
+actionview/../activerecord directory, or the sqlite3 rubygem is not installed,
these tests are skipped.
Other tests are runnable from a fresh copy of actionview without any configuration.