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:
Dmitriy Zaporozhets 2018-07-31 13:56:58 +03:00
parent e0a3701d48
commit ac05ebc330
No known key found for this signature in database
GPG key ID: 627C5F589F467F17

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Search for labels', :js do