aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-22 06:45:33 -0500
committerZachary Scott <e@zzak.io>2014-12-22 06:45:33 -0500
commita1ec6a5d1a202414947edaba66b7fb4d60a38b4e (patch)
tree9c42be1a33958392a2ab4187bcb86084e47d6d66 /activerecord/RUNNING_UNIT_TESTS.rdoc
parente77f24b9374837d805b43b5c2c8bb6221721550f (diff)
parentf5489f9ab4eddeb5d4ee57b5b4d1f2967073194d (diff)
downloadrails-a1ec6a5d1a202414947edaba66b7fb4d60a38b4e.tar.gz
rails-a1ec6a5d1a202414947edaba66b7fb4d60a38b4e.tar.bz2
rails-a1ec6a5d1a202414947edaba66b7fb4d60a38b4e.zip
Merge pull request #18125 from codeodor/master
Clarify ActiveRecord testing guidelines [ci skip]
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS.rdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS.rdoc b/activerecord/RUNNING_UNIT_TESTS.rdoc
index 569685bd45..7e3460365b 100644
--- a/activerecord/RUNNING_UNIT_TESTS.rdoc
+++ b/activerecord/RUNNING_UNIT_TESTS.rdoc
@@ -20,11 +20,11 @@ example:
Simply executing <tt>bundle exec rake test</tt> is equivalent to the following:
- $ bundle exec rake test_mysql
- $ bundle exec rake test_mysql2
- $ bundle exec rake test_postgresql
- $ bundle exec rake test_sqlite3
- $ bundle exec rake test_sqlite3_mem
+ $ bundle exec rake test:mysql
+ $ bundle exec rake test:mysql2
+ $ bundle exec rake test:postgresql
+ $ bundle exec rake test:sqlite3
+ $ bundle exec rake test:sqlite3_mem
There should be tests available for each database backend listed in the {Config
File}[rdoc-label:label-Config+File]. (the exact set of available tests is