From 436ec799a46533190fd10030709bcce741f612c5 Mon Sep 17 00:00:00 2001 From: utilum Date: Mon, 11 Jun 2018 16:39:50 +0200 Subject: [PATCH] Remove redundant accessors introduced in a0ea528b61. --- actioncable/test/stubs/test_adapter.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/actioncable/test/stubs/test_adapter.rb b/actioncable/test/stubs/test_adapter.rb index 5f23a137ea..3b25c9168f 100644 --- a/actioncable/test/stubs/test_adapter.rb +++ b/actioncable/test/stubs/test_adapter.rb @@ -1,8 +1,6 @@ # frozen_string_literal: true class SuccessAdapter < ActionCable::SubscriptionAdapter::Base - class << self; attr_accessor :subscribe_called, :unsubscribe_called end - def broadcast(channel, payload) end