From efa37f6a837bb89b21ea3d29496fdd8135d05487 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 7 Nov 2018 16:42:11 +0100 Subject: [PATCH] Remove unnecessary require statements from tests --- test/controllers/api_controller_test.rb | 1 - test/controllers/browse_controller_test.rb | 1 - test/controllers/geocoder_controller_test.rb | 1 - test/controllers/redactions_controller_test.rb | 1 - 4 files changed, 4 deletions(-) diff --git a/test/controllers/api_controller_test.rb b/test/controllers/api_controller_test.rb index 11d850ac3..cdc20a1aa 100644 --- a/test/controllers/api_controller_test.rb +++ b/test/controllers/api_controller_test.rb @@ -1,5 +1,4 @@ require "test_helper" -require "api_controller" class ApiControllerTest < ActionController::TestCase def setup diff --git a/test/controllers/browse_controller_test.rb b/test/controllers/browse_controller_test.rb index d6bde97d6..7cb55b0ec 100644 --- a/test/controllers/browse_controller_test.rb +++ b/test/controllers/browse_controller_test.rb @@ -1,5 +1,4 @@ require "test_helper" -require "browse_controller" class BrowseControllerTest < ActionController::TestCase ## diff --git a/test/controllers/geocoder_controller_test.rb b/test/controllers/geocoder_controller_test.rb index 3f6e25ea6..1a1435182 100644 --- a/test/controllers/geocoder_controller_test.rb +++ b/test/controllers/geocoder_controller_test.rb @@ -1,5 +1,4 @@ require "test_helper" -require "geocoder_controller" class GeocoderControllerTest < ActionController::TestCase ## diff --git a/test/controllers/redactions_controller_test.rb b/test/controllers/redactions_controller_test.rb index e2123f725..0bf57c310 100644 --- a/test/controllers/redactions_controller_test.rb +++ b/test/controllers/redactions_controller_test.rb @@ -1,5 +1,4 @@ require "test_helper" -require "redactions_controller" class RedactionsControllerTest < ActionController::TestCase ## -- 2.43.2