diff options
author | Ryunosuke SATO <tricknotes.rs@gmail.com> | 2013-02-05 09:53:28 +0900 |
---|---|---|
committer | Ryunosuke SATO <tricknotes.rs@gmail.com> | 2013-02-05 09:53:28 +0900 |
commit | 7290fb2eaaeb4dfc187cdc0b882a94f130900533 (patch) | |
tree | db229b59459d7eb6c16e270b4b22b34249c04b7e | |
parent | 08b60fc2e57abc922e0ff53c27a322719e3490d6 (diff) | |
download | rails-7290fb2eaaeb4dfc187cdc0b882a94f130900533.tar.gz rails-7290fb2eaaeb4dfc187cdc0b882a94f130900533.tar.bz2 rails-7290fb2eaaeb4dfc187cdc0b882a94f130900533.zip |
Fix file name in document [ci skip]
This file was renamed in c8a25386d.
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index baef620c6c..7909a00c47 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -85,7 +85,7 @@ You can also run any single test separately: $ ARCONN=sqlite3 ruby -Itest test/cases/associations/has_many_associations_test.rb ``` -You can invoke `test_jdbcmysql`, `test_jdbcsqlite3` or `test_jdbcpostgresql` also. See the file `activerecord/RUNNING_UNIT_TESTS` for information on running more targeted database tests, or the file `ci/travis.rb` for the test suite run by the continuous integration server. +You can invoke `test_jdbcmysql`, `test_jdbcsqlite3` or `test_jdbcpostgresql` also. See the file `activerecord/RUNNING_UNIT_TESTS.rdoc` for information on running more targeted database tests, or the file `ci/travis.rb` for the test suite run by the continuous integration server. ### Warnings |