summaryrefslogtreecommitdiff
path: root/spec/contracts/provider/helpers/users_helper.rb
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