Skip to content

Commit c436e28

Browse files
committed
remove needless requires - it's autoloaded
1 parent e7fe534 commit c436e28

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

lib/graphql/testing/mock_action_cable.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ module Testing
55
# Any methods to support the mock backend have `mock` in the name.
66
#
77
# @example Configuring your schema to use MockActionCable in the test environment
8-
# require "graphql/testing/mock_action_cable"
9-
#
108
# class MySchema < GraphQL::Schema
119
# # Use MockActionCable in test:
1210
# use GraphQL::Subscriptions::ActionCableSubscriptions,

spec/graphql/subscriptions/action_cable_subscriptions_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22
require "spec_helper"
3-
require "graphql/testing/mock_action_cable"
43

54
describe "GraphQL::Subscriptions::ActionCableSubscriptions" do
65
class ActionCableTestSchema < GraphQL::Schema

0 commit comments

Comments
 (0)