aboutsummaryrefslogtreecommitdiffstats
path: root/test/stubs/test_connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/stubs/test_connection.rb')
-rw-r--r--test/stubs/test_connection.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/stubs/test_connection.rb b/test/stubs/test_connection.rb
index 1c353f9ee3..384abc5e76 100644
--- a/test/stubs/test_connection.rb
+++ b/test/stubs/test_connection.rb
@@ -18,9 +18,4 @@ class TestConnection
def last_transmission
@transmissions.last
end
-
- # Disable async in tests
- def send_async(method, *arguments)
- send method, *arguments
- end
end