aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/javascript/src/test_helpers/index.coffee
blob: d36524d9cc67ebea090f3a678c8afec38e84601b (plain) (blame)
1
2
3
4
5
6
7
8
#= require_self
#= require_tree .

ActionCable.TestHelpers =
  testURL: "ws://cable.example.com/"

originalWebSocket = ActionCable.WebSocket
QUnit.testDone -> ActionCable.WebSocket = originalWebSocket