Merge remote-tracking branch 'upstream/pull/2495'
This commit is contained in:
commit
e72acaca9b
10 changed files with 1 additions and 45 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
##
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue