You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
643 B
21 lines
643 B
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__)
|
|
|