We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aff8a commit 1d95762Copy full SHA for 1d95762
spec/channels/application_cable/channel_spec.rb
@@ -1,6 +1,6 @@
1
require "rails_helper"
2
3
-RSpec.describe Channel, type: :channel do
+RSpec.describe "Channel", type: :channel do
4
# TODO: Add tests for Channel
5
6
pending "add some tests for Channel"
spec/channels/application_cable/connection_spec.rb
-RSpec.describe Connection, type: :channel do
+RSpec.describe "Connection", type: :channel do
# TODO: Add tests for Connection
pending "add some tests for Connection"
0 commit comments