diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-02-26 21:53:38 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-02-26 21:53:38 +0530 |
commit | 7184e3e02ecd155cb26f4755dab980f2ce6582d2 (patch) | |
tree | 04cb126b730c7fd98cb37ce68adb5320481db9af /activerecord/RUNNING_UNIT_TESTS.rdoc | |
parent | b1dee8c2535b2bca6ebe69d18c24d29f9ba19470 (diff) | |
parent | b21a73d02576b7cd5ec88193065b3aa21c2d2407 (diff) | |
download | rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.tar.gz rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.tar.bz2 rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r-- | activerecord/RUNNING_UNIT_TESTS.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS.rdoc b/activerecord/RUNNING_UNIT_TESTS.rdoc index bdd8834dcb..2f3d516c43 100644 --- a/activerecord/RUNNING_UNIT_TESTS.rdoc +++ b/activerecord/RUNNING_UNIT_TESTS.rdoc @@ -2,7 +2,7 @@ If you don't have the environment set make sure to read - http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#testing-active-record. + http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#testing-active-record == Running the Tests |