Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
musik88-web
/
test
/
channels
/
splitfire_channel_test.rb
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
rb
8 lines
173 Bytes
Copy permalink
Copy
Raw
1
require
"test_helper"
2
3
class
SplitfireChannelTest
<
ActionCable
::
Channel
::
TestCase
4
# test "subscribes" do
5
# subscribe
6
# assert subscription.confirmed?
7
# end
8
end