summary refs log tree commit
diff options
context:
space:
mode:
authorCarl Zulauf <carl@linkleaf.com>2016-12-29 11:10:16 -0600
committerCarl Zulauf <carl@linkleaf.com>2016-12-29 11:10:16 -0600
commitdb45a93daab59ddee520890d104701bf089ccd2b (patch)
tree498570fc1e54ee09336aff18b92b81ff1ab597f4
parent59008016a267c2a9f6e26925d2da1e490692f193 (diff)
downloadrack-db45a93daab59ddee520890d104701bf089ccd2b.tar.gz
Resolve undefined constant test failure by loading constant
-rw-r--r--test/spec_webrick.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spec_webrick.rb b/test/spec_webrick.rb
index 469ae62a..eff64116 100644
--- a/test/spec_webrick.rb
+++ b/test/spec_webrick.rb
@@ -1,5 +1,6 @@
 require 'minitest/autorun'
 require 'rack/mock'
+require 'concurrent/utility/native_integer'
 require 'concurrent/atomic/count_down_latch'
 require File.expand_path('../testrequest', __FILE__)