about summary refs log tree commit homepage
path: root/test/unit/test_response.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-06 22:17:26 +0000
committerEric Wong <e@80x24.org>2015-02-06 22:17:39 +0000
commit079a23e4f868e6615762efcc711cbf86d95876ef (patch)
tree8b11e38cb7ace05b8a28303600fcc3898da022f1 /test/unit/test_response.rb
parent895679655a8f4807793f8fa2a87d4b05d216ef07 (diff)
downloadunicorn-079a23e4f868e6615762efcc711cbf86d95876ef.tar.gz
This fixes a bug introduced in
commit fe83ead4eae6f011fa15f506cd80cb4256813a92
(GNUmakefile: fix clean gem build + reduce build cruft)
which broke clean Ruby installations without an existing
unicorn gem installed :x
Diffstat (limited to 'test/unit/test_response.rb')
-rw-r--r--test/unit/test_response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_response.rb b/test/unit/test_response.rb
index bdca9f5..d0f0c79 100644
--- a/test/unit/test_response.rb
+++ b/test/unit/test_response.rb
@@ -7,7 +7,7 @@
 # Additional work donated by contributors.  See git history
 # for more information.
 
-require 'test/test_helper'
+require './test/test_helper'
 require 'time'
 
 include Unicorn