aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UJS_TESTS.rdoc
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-12-24 07:01:31 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-12-24 07:04:34 +0900
commit0fdd9bd39eb7a90829260a89a4255a87698b13e1 (patch)
treee78ebe335a7966f83e3daa1e6cd8e588b72f882d /actionview/RUNNING_UJS_TESTS.rdoc
parentf28b8892abf17458c7641e69e0930bda801d9458 (diff)
downloadrails-0fdd9bd39eb7a90829260a89a4255a87698b13e1.tar.gz
rails-0fdd9bd39eb7a90829260a89a4255a87698b13e1.tar.bz2
rails-0fdd9bd39eb7a90829260a89a4255a87698b13e1.zip
Wrong rake task name in the document
[ci skip]
Diffstat (limited to 'actionview/RUNNING_UJS_TESTS.rdoc')
-rw-r--r--actionview/RUNNING_UJS_TESTS.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/RUNNING_UJS_TESTS.rdoc b/actionview/RUNNING_UJS_TESTS.rdoc
index cbf6bdccc6..a575624a06 100644
--- a/actionview/RUNNING_UJS_TESTS.rdoc
+++ b/actionview/RUNNING_UJS_TESTS.rdoc
@@ -4,4 +4,4 @@ Ensure that you can build the project and run tests.
Run rake ujs:server first, and then run the web tests by
visiting http://localhost:4567 in your browser.
-rake test:server
+rake ujs:server