From 4b1a0adf5449bfee6e4d350b36a62d9bacdf8654 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 8 Jul 2015 15:14:41 -0700 Subject: remove call to build_request --- actionpack/test/controller/url_rewriter_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test') diff --git a/actionpack/test/controller/url_rewriter_test.rb b/actionpack/test/controller/url_rewriter_test.rb index 3632559684..5f2abc9606 100644 --- a/actionpack/test/controller/url_rewriter_test.rb +++ b/actionpack/test/controller/url_rewriter_test.rb @@ -16,7 +16,6 @@ class UrlRewriterTests < ActionController::TestCase end def setup - @request = build_request @params = {} @rewriter = Rewriter.new(@request) #.new(@request, @params) @routes = ActionDispatch::Routing::RouteSet.new.tap do |r| -- cgit v1.2.3