gitlab-org--gitlab-foss/spec/support/helpers/search_settings_helpers.rb

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

6 lines
98 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module SearchHelpers
self::INPUT_PLACEHOLDER = 'Search page'
end