diff options
author | Zachary Scott <e@zzak.io> | 2014-05-29 10:15:57 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-05-29 10:17:20 -0700 |
commit | 4584be9b8bd15277cc05e8729830247df45d46dc (patch) | |
tree | b70777fbf088550def350a4f5292f4a96335dd86 /actionpack | |
parent | b67e2adaebe44a07643ee14b16a96e43693c68a2 (diff) | |
download | rails-4584be9b8bd15277cc05e8729830247df45d46dc.tar.gz rails-4584be9b8bd15277cc05e8729830247df45d46dc.tar.bz2 rails-4584be9b8bd15277cc05e8729830247df45d46dc.zip |
Update url to rake docs [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/RUNNING_UNIT_TESTS.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS.rdoc b/actionpack/RUNNING_UNIT_TESTS.rdoc index 2f923136d9..f96a9d9da5 100644 --- a/actionpack/RUNNING_UNIT_TESTS.rdoc +++ b/actionpack/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, check out the full array of rake tasks with "rake -T". -Rake can be found at http://rake.rubyforge.org. +Rake can be found at http://docs.seattlerb.org/rake/. == Running by hand |