aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/javascript/src/test_helpers/index.coffee
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2016-05-09 09:36:53 -0400
committerJavan Makhmali <javan@javan.us>2016-05-09 09:36:53 -0400
commit71d406697266fc2525706361b86aeb85183fe4c7 (patch)
treeddb5957e17325cbb00c47440ba3e796116af4849 /actioncable/test/javascript/src/test_helpers/index.coffee
parenta0b3de3002bd9f608b3a9e41e702762b10430207 (diff)
downloadrails-71d406697266fc2525706361b86aeb85183fe4c7.tar.gz
rails-71d406697266fc2525706361b86aeb85183fe4c7.tar.bz2
rails-71d406697266fc2525706361b86aeb85183fe4c7.zip
Kick off initial JavaScript tests
Diffstat (limited to 'actioncable/test/javascript/src/test_helpers/index.coffee')
-rw-r--r--actioncable/test/javascript/src/test_helpers/index.coffee5
1 files changed, 5 insertions, 0 deletions
diff --git a/actioncable/test/javascript/src/test_helpers/index.coffee b/actioncable/test/javascript/src/test_helpers/index.coffee
new file mode 100644
index 0000000000..e0d1e412cd
--- /dev/null
+++ b/actioncable/test/javascript/src/test_helpers/index.coffee
@@ -0,0 +1,5 @@
+#= require_self
+#= require_tree .
+
+ActionCable.TestHelpers =
+ testURL: "ws://cable.example.com/"