aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/RUNNING_UJS_TESTS.rdoc
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2016-11-25 23:42:29 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2016-11-26 01:23:07 -0500
commit02568801e6e34ee1ccbb825c6a10dfab83d1663e (patch)
tree89e472b2f5dcb151f90dd39fe11cc1ad2a97dfeb /actionview/RUNNING_UJS_TESTS.rdoc
parentad3a47759e67a411f3534309cdd704f12f6930a7 (diff)
downloadrails-02568801e6e34ee1ccbb825c6a10dfab83d1663e.tar.gz
rails-02568801e6e34ee1ccbb825c6a10dfab83d1663e.tar.bz2
rails-02568801e6e34ee1ccbb825c6a10dfab83d1663e.zip
Add UJS tests
Diffstat (limited to 'actionview/RUNNING_UJS_TESTS.rdoc')
-rw-r--r--actionview/RUNNING_UJS_TESTS.rdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/RUNNING_UJS_TESTS.rdoc b/actionview/RUNNING_UJS_TESTS.rdoc
new file mode 100644
index 0000000000..cbf6bdccc6
--- /dev/null
+++ b/actionview/RUNNING_UJS_TESTS.rdoc
@@ -0,0 +1,7 @@
+== 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.
+
+rake test:server