Add frozen_string_literal to search_labels_spec.rb according to GitLab bot
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
e0a3701d48
commit
ac05ebc330
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'Search for labels', :js do
|
||||
|
|
Loading…
Reference in a new issue