summaryrefslogtreecommitdiff
path: root/test/spec_thin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_thin.rb')
-rw-r--r--test/spec_thin.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec_thin.rb b/test/spec_thin.rb
index 0729c3f3..f7a12110 100644
--- a/test/spec_thin.rb
+++ b/test/spec_thin.rb
@@ -1,9 +1,9 @@
# frozen_string_literal: true
-require 'minitest/global_expectations/autorun'
+require_relative 'helper'
begin
require 'rack/handler/thin'
-require File.expand_path('../testrequest', __FILE__)
+require_relative 'testrequest'
require 'timeout'
describe Rack::Handler::Thin do