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

users_helper.rb « helpers « provider « contracts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1982bd9cfd264c8bb5b0b0d365a36f63f2c8c666 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Provider
  module UsersHelper
    CONTRACT_USER_NAME = "Contract Test User"
  end
end