diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-07-25 17:24:42 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-07-26 13:23:30 +1200 |
commit | 73e848850c2fbb890ae7d5e0886cd2d85aafa3d2 (patch) | |
tree | 4e89eb22ee178dad468dc09d801f4499b0c9127c /spec/features/groups/activity_spec.rb | |
parent | 9e91ae15a8194e75e2bc0703d51babb25d161807 (diff) | |
download | gitlab-ce-73e848850c2fbb890ae7d5e0886cd2d85aafa3d2.tar.gz |
Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
Diffstat (limited to 'spec/features/groups/activity_spec.rb')
-rw-r--r-- | spec/features/groups/activity_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/groups/activity_spec.rb b/spec/features/groups/activity_spec.rb index 88fc12ae1e4..c102e19d477 100644 --- a/spec/features/groups/activity_spec.rb +++ b/spec/features/groups/activity_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe 'Group activity page' do |