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.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