aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-05-31 17:48:08 +0200
committerutilum <oz@utilum.com>2018-05-31 17:53:55 +0200
commit76f1404303c65f17b4869b743b1467618d9b3a30 (patch)
tree10549ed4a437dcd5c6e1e4917ec85ca6f05270fd /actioncable/test
parenta0ea528b612f9d8cdd14a5b76fdcf6719b7db56a (diff)
downloadrails-76f1404303c65f17b4869b743b1467618d9b3a30.tar.gz
rails-76f1404303c65f17b4869b743b1467618d9b3a30.tar.bz2
rails-76f1404303c65f17b4869b743b1467618d9b3a30.zip
Remove mocha from ActionCable tests
Q.E.D.
Diffstat (limited to 'actioncable/test')
-rw-r--r--actioncable/test/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actioncable/test/test_helper.rb b/actioncable/test/test_helper.rb
index 2f186b7193..755f7b71b4 100644
--- a/actioncable/test/test_helper.rb
+++ b/actioncable/test/test_helper.rb
@@ -4,7 +4,6 @@ require "action_cable"
require "active_support/testing/autorun"
require "puma"
-require "mocha/minitest"
require "rack/mock"
begin