summaryrefslogtreecommitdiff
path: root/spec/workers/system_hook_push_worker_spec.rb
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-03-30 20:15:48 +1300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-01 13:35:22 -0300
commitd6b952ad3e2ab3d4e7742f5f767dde30673a2661 (patch)
treeb75b7f1b25218a8cec101d361e2b9b1a05c8e1b5 /spec/workers/system_hook_push_worker_spec.rb
parent8813447c6fd6a9c843433cc7dfda6a95fc4c2b58 (diff)
downloadgitlab-ce-d6b952ad3e2ab3d4e7742f5f767dde30673a2661.tar.gz
Add frozen_string_literal to spec/workersfrozen_string_spec_workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
Diffstat (limited to 'spec/workers/system_hook_push_worker_spec.rb')
-rw-r--r--spec/workers/system_hook_push_worker_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/workers/system_hook_push_worker_spec.rb b/spec/workers/system_hook_push_worker_spec.rb
index b1d446ed25f..890a622d11a 100644
--- a/spec/workers/system_hook_push_worker_spec.rb
+++ b/spec/workers/system_hook_push_worker_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe SystemHookPushWorker do