Skip to content

Commit 1d95762

Browse files
committed
fix spec errors
1 parent 84aff8a commit 1d95762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/channels/application_cable/channel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "rails_helper"
22

3-
RSpec.describe Channel, type: :channel do
3+
RSpec.describe "Channel", type: :channel do
44
# TODO: Add tests for Channel
55

66
pending "add some tests for Channel"

spec/channels/application_cable/connection_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "rails_helper"
22

3-
RSpec.describe Connection, type: :channel do
3+
RSpec.describe "Connection", type: :channel do
44
# TODO: Add tests for Connection
55

66
pending "add some tests for Connection"

0 commit comments

Comments
 (0)