parent
2039517362
commit
81ad13d609
@ -0,0 +1,20 @@
|
||||
From db45a93daab59ddee520890d104701bf089ccd2b Mon Sep 17 00:00:00 2001
|
||||
From: Carl Zulauf <carl@linkleaf.com>
|
||||
Date: Thu, 29 Dec 2016 11:10:16 -0600
|
||||
Subject: [PATCH] Resolve undefined constant test failure by loading constant
|
||||
|
||||
---
|
||||
test/spec_webrick.rb | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/test/spec_webrick.rb b/test/spec_webrick.rb
|
||||
index 469ae62..eff6411 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__)
|
||||
|
Loading…
Reference in new issue