aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Walpole <twalpole@gmail.com>2015-07-22 10:37:57 -0700
committerThomas Walpole <twalpole@gmail.com>2015-07-22 14:54:48 -0700
commit5d8c84827361ab7bfe7e2b7afac446f8017d3a02 (patch)
treec0abf89954a67790aa11031089992a340dea4c78 /test
parent6ee8bb9310f78de85e6b89c8cac33493b0582383 (diff)
downloadrails-5d8c84827361ab7bfe7e2b7afac446f8017d3a02.tar.gz
rails-5d8c84827361ab7bfe7e2b7afac446f8017d3a02.tar.bz2
rails-5d8c84827361ab7bfe7e2b7afac446f8017d3a02.zip
Update gems and requires
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 759ea18524..5640178f34 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -10,6 +10,8 @@ Bundler.require :default, :test
require 'puma'
require 'mocha/mini_test'
+require 'rack/mock'
+
require 'action_cable'
ActiveSupport.test_order = :sorted