mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
9 lines
169 B
Ruby
9 lines
169 B
Ruby
require "test_helper"
|
|
|
|
class MatchChannelTest < ActionCable::Channel::TestCase
|
|
# test "subscribes" do
|
|
# subscribe
|
|
# assert subscription.confirmed?
|
|
# end
|
|
end
|