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:
authorBrett Walker <bwalker@gitlab.com>2019-01-25 23:16:51 +0300
committerFatih Acet <acetfatih@gmail.com>2019-01-31 01:18:19 +0300
commit4e40d72acff087b80b8919c2d96707807a43ce4b (patch)
treecab65c6e7d89180ed4a165c100f996d88670d31d /spec/services/task_list_toggle_service_spec.rb
parentdfeb412d9f09053a601075b04cca674787c6c275 (diff)
Added changelog and danger fixes
Diffstat (limited to 'spec/services/task_list_toggle_service_spec.rb')
-rw-r--r--spec/services/task_list_toggle_service_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/services/task_list_toggle_service_spec.rb b/spec/services/task_list_toggle_service_spec.rb
index facd8c193aa..8ae0e209cda 100644
--- a/spec/services/task_list_toggle_service_spec.rb
+++ b/spec/services/task_list_toggle_service_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe TaskListToggleService do