summaryrefslogtreecommitdiff
path: root/test/spec_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_config.rb')
-rw-r--r--test/spec_config.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/spec_config.rb b/test/spec_config.rb
index d97107b6..304ef8bf 100644
--- a/test/spec_config.rb
+++ b/test/spec_config.rb
@@ -1,11 +1,6 @@
# frozen_string_literal: true
-require 'minitest/global_expectations/autorun'
-require 'rack/builder'
-require 'rack/config'
-require 'rack/content_length'
-require 'rack/lint'
-require 'rack/mock'
+require_relative 'helper'
describe Rack::Config do
it "accept a block that modifies the environment" do