debian-mirror-gitlab/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

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
module SearchHelpers
2022-07-23 23:45:48 +05:30
self::INPUT_PLACEHOLDER = 'Search page'
2021-03-11 19:13:27 +05:30
end