Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-04-09 18:48:31 +0300
committerSean McGivern <sean@gitlab.com>2019-04-10 14:58:18 +0300
commite00c7016b10892d847335d6a3944f34b717861d9 (patch)
tree1c68e12a16c202c60d3df57a2a240ce5cc5960b8 /spec/features
parent69544c1ebe48f4a73fae3530bfab73378efad7a2 (diff)
Add frozen_string_literal to HipChat files
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/services/user_activates_hipchat_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/projects/services/user_activates_hipchat_spec.rb b/spec/features/projects/services/user_activates_hipchat_spec.rb
index 2f5313c91f9..d6b69a5bd68 100644
--- a/spec/features/projects/services/user_activates_hipchat_spec.rb
+++ b/spec/features/projects/services/user_activates_hipchat_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe 'User activates HipChat' do