aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UJS_TESTS.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/RUNNING_UJS_TESTS.rdoc')
-rw-r--r--actionview/RUNNING_UJS_TESTS.rdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/actionview/RUNNING_UJS_TESTS.rdoc b/actionview/RUNNING_UJS_TESTS.rdoc
index a575624a06..e30c2aee55 100644
--- a/actionview/RUNNING_UJS_TESTS.rdoc
+++ b/actionview/RUNNING_UJS_TESTS.rdoc
@@ -1,7 +1,8 @@
== Running UJS tests
-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.
+Ensure that you can build the project by running:
+ rake ujs:server
-rake ujs:server
+Then run the web tests by visiting the following URL in your browser:
+
+ http://localhost:4567