summary refs log tree commit
path: root/test/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper.rb')
-rw-r--r--test/helper.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/helper.rb b/test/helper.rb
index aa9c0e0a..dff89558 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,4 +1,6 @@
-require 'minitest/autorun'
+# frozen_string_literal: true
+
+require 'minitest/global_expectations/autorun'
 
 module Rack
   class TestCase < Minitest::Test