gitlab-org--gitlab-foss/spec/support/helpers/countries_controller_test_h...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
186 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module CountriesControllerTestHelper
def world_deny_list
::World::DENYLIST + ::World::JH_MARKET
end
end
CountriesControllerTestHelper.prepend_mod