aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2017-11-10 18:08:07 +0900
committeraycabta <aycabta@gmail.com>2017-11-10 18:14:50 +0900
commit9db2ef9cb1c98876e21ab28a6df501156ed138d7 (patch)
tree45442d6c364cdbfca4944509f93493d55b83bec1 /actionview/RUNNING_UNIT_TESTS.rdoc
parent7fbaed1947705413ed25190224cbb1769ae5a061 (diff)
downloadrails-9db2ef9cb1c98876e21ab28a6df501156ed138d7.tar.gz
rails-9db2ef9cb1c98876e21ab28a6df501156ed138d7.tar.bz2
rails-9db2ef9cb1c98876e21ab28a6df501156ed138d7.zip
Use new Rake URL of Ruby core [ci skip]
Diffstat (limited to 'actionview/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--actionview/RUNNING_UNIT_TESTS.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/RUNNING_UNIT_TESTS.rdoc b/actionview/RUNNING_UNIT_TESTS.rdoc
index 6c4e5e983a..e99d5ca1df 100644
--- a/actionview/RUNNING_UNIT_TESTS.rdoc
+++ b/actionview/RUNNING_UNIT_TESTS.rdoc
@@ -4,7 +4,7 @@ The easiest way to run the unit tests is through Rake. The default task runs
the entire test suite for all classes. For more information, checkout the
full array of rake tasks with "rake -T"
-Rake can be found at http://docs.seattlerb.org/rake/.
+Rake can be found at https://ruby.github.io/rake/.
== Running by hand