diff options
author | yui-knk <spiketeika@gmail.com> | 2016-02-14 13:11:31 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2016-02-14 13:11:31 +0900 |
commit | f847f342f4958fe5c81fec37d9f661164ca771d8 (patch) | |
tree | 5848bc262b75bac943f37ca0a4e3898357e5b2e1 | |
parent | bef16522db074307406db62af8f293a5da165447 (diff) | |
download | rails-f847f342f4958fe5c81fec37d9f661164ca771d8.tar.gz rails-f847f342f4958fe5c81fec37d9f661164ca771d8.tar.bz2 rails-f847f342f4958fe5c81fec37d9f661164ca771d8.zip |
[ci skip] Update 'Testing Active Record'
Follow up 8c629bf463b47643712570d4511a68b9a3da1476.
`bundle exec rake test` in 'activerecord' runs tests for
* sqlite3
* mysql2
* postgresql
-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 0f98d12217..12d0280116 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -367,7 +367,7 @@ Finally, $ bundle exec rake test ``` -will now run the four of them in turn. +will now run the three of them in turn. You can also run any single test separately: |