Commit Graph

6 Commits

Author SHA1 Message Date
Sammy Larbi f5489f9ab4 Clarify ActiveRecord testing guidelines [ci skip]
1. Specify that you need to create the test databases, and that no special
   Rails command needs to be run to do that.
2. Although the underscore style of `rake test_mysql` works, make the
   documentation of running the tests in RUNNING_UNIT_TESTS.rdoc
   consistent with the "Contributing..." guide.
3. Promote "Testing Active Record" to not be a subsection of
   "Running a Single Test," since it doesn't make sense as a subsection
   of that.
2014-12-21 10:18:46 -06:00
Zachary Scott 777c39c41c [ci skip] Running AR tests guide [Fixes GH-15891]
Patch by @bcjordan
2014-08-22 00:45:25 -07:00
Marc Schütz ef9b29351b Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci skip] 2013-08-28 11:22:40 +02:00
Jeremy Audet 87ac19ebbe Rewrite `activerecord/RUNNING_UNIT_TESTS`
`RUNNING_UNIT_TESTS` is written in an unclear and confusing manner. This commit
attempts to correct that.

Thanks to zzak and vipulnsward for feedback.
2013-05-15 11:07:47 -04:00
Doug Yun 336dae02cd Corrected link anchor and added colons for continuity 2013-02-19 11:11:42 -05:00
Yuki Nishijima c8a25386d3 Put .rdoc at the end of the files named RUNNING_UNIT_TESTS
So that they are printed nicely on GitHub.
2013-02-03 15:49:48 +09:00