aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UJS_TESTS.rdoc
diff options
context:
space:
mode:
authorFatos Morina <fatosi.morina@gmail.com>2017-11-28 19:27:43 +0100
committerFatos Morina <fatosi.morina@gmail.com>2017-11-28 19:27:43 +0100
commit37cf9b34667965402e804d75a78ccdeeb7d55166 (patch)
treeea6f706622edd6ce9e20e2d9c9ee1fda73cb0722 /actionview/RUNNING_UJS_TESTS.rdoc
parent076d1621bbd8e254d66b6f47025961a1de16f30d (diff)
downloadrails-37cf9b34667965402e804d75a78ccdeeb7d55166.tar.gz
rails-37cf9b34667965402e804d75a78ccdeeb7d55166.tar.bz2
rails-37cf9b34667965402e804d75a78ccdeeb7d55166.zip
Fix typos and add a few suggestions
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