Welcome to mirror list, hosted at ThFree Co, Russian Federation.

countries_controller_test_helper.rb « helpers « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d36a29bba70730ba2d6b04b2b84daf60aa7bc77 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module CountriesControllerTestHelper
  def world_deny_list
    ::World::DENYLIST + ::World::JH_MARKET
  end
end

CountriesControllerTestHelper.prepend_mod