From 71d406697266fc2525706361b86aeb85183fe4c7 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Mon, 9 May 2016 09:36:53 -0400 Subject: Kick off initial JavaScript tests --- actioncable/test/javascript/src/test_helpers/index.coffee | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 actioncable/test/javascript/src/test_helpers/index.coffee (limited to 'actioncable/test/javascript/src/test_helpers/index.coffee') 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/" -- cgit v1.2.3