From 75fff851b46a2ada897eaa9dca74812592c39aa3 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 3 Aug 2022 14:28:08 +1200 Subject: Move Rack::MockRequest/Response into dedicated files. (#1935) * Move Rack::MockRequest/Response into dedicated files. At some point I think we want to improve the implementation of `Rack::Mock` in a separate gem. So let's be consistent with naming these files to avoid clobbering namespace in the future. --- test/spec_recursive.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/spec_recursive.rb') diff --git a/test/spec_recursive.rb b/test/spec_recursive.rb index 23e6487b..650626c0 100644 --- a/test/spec_recursive.rb +++ b/test/spec_recursive.rb @@ -5,7 +5,7 @@ require_relative 'helper' separate_testing do require_relative '../lib/rack/recursive' require_relative '../lib/rack/lint' - require_relative '../lib/rack/mock' + require_relative '../lib/rack/mock_request' require_relative '../lib/rack/urlmap' end -- cgit v1.2.3-24-ge0c7