aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2017-02-22 14:05:37 +0000
committerAndrew White <andrew.white@unboxed.co>2017-02-22 14:05:37 +0000
commita92bd65e37bb08a08fd0aaf4d12c7c6cb92c2c17 (patch)
treed6f1d414947bdf7d6bfa1a72b3048624d8855aec /actionpack
parent923d98bd772ae2a2362be59241a5ccb0b27c937c (diff)
downloadrails-a92bd65e37bb08a08fd0aaf4d12c7c6cb92c2c17.tar.gz
rails-a92bd65e37bb08a08fd0aaf4d12c7c6cb92c2c17.tar.bz2
rails-a92bd65e37bb08a08fd0aaf4d12c7c6cb92c2c17.zip
Add more missing requires
Further missing requires for Timeout exposed due to Bundler 1.14.5
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/controller/live_stream_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/live_stream_test.rb b/actionpack/test/controller/live_stream_test.rb
index e76628b936..581081dd07 100644
--- a/actionpack/test/controller/live_stream_test.rb
+++ b/actionpack/test/controller/live_stream_test.rb
@@ -1,4 +1,5 @@
require "abstract_unit"
+require "timeout"
require "concurrent/atomic/count_down_latch"
Thread.abort_on_exception = true