diff options
Diffstat (limited to 'actionview/RUNNING_UJS_TESTS.rdoc')
-rw-r--r-- | actionview/RUNNING_UJS_TESTS.rdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/actionview/RUNNING_UJS_TESTS.rdoc b/actionview/RUNNING_UJS_TESTS.rdoc new file mode 100644 index 0000000000..e30c2aee55 --- /dev/null +++ b/actionview/RUNNING_UJS_TESTS.rdoc @@ -0,0 +1,8 @@ +== Running UJS tests + +Ensure that you can build the project by running: + rake ujs:server + +Then run the web tests by visiting the following URL in your browser: + + http://localhost:4567 |