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 /actionview | |
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 'actionview')
-rw-r--r-- | actionview/RUNNING_UNIT_TESTS.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/RUNNING_UNIT_TESTS.rdoc b/actionview/RUNNING_UNIT_TESTS.rdoc index 104b3e288d..c408882827 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://rake.rubyforge.org +Rake can be found at http://docs.seattlerb.org/rake/. == Running by hand |