Merge remote-tracking branch 'upstream/pull/2495'

This commit is contained in:
Tom Hughes 2020-01-15 10:11:30 +00:00
commit e72acaca9b
10 changed files with 1 additions and 45 deletions

View file

@ -2,12 +2,6 @@ require "test_helper"
module Api
class UsersControllerTest < ActionController::TestCase
def setup
super
stub_hostip_requests
end
##
# test all routes which lead to this controller
def test_routes

View file

@ -8,8 +8,6 @@ class SiteControllerTest < ActionController::TestCase
Settings.id_key = create(:client_application).key
Settings.potlatch2_key = create(:client_application).key
stub_hostip_requests
end
##

View file

@ -1,12 +1,6 @@
require "test_helper"
class UsersControllerTest < ActionController::TestCase
def setup
super
stub_hostip_requests
end
##
# test all routes which lead to this controller
def test_routes