summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-04-11 23:54:33 +1200
committerThong Kuah <tkuah@gitlab.com>2019-04-11 23:54:33 +1200
commitc7d0595337058e131da3cacc5c2419abbd32cdea (patch)
tree52e5bab87370c0257ea56ec732512b15283e3ccf
parentb20a868b2d1a8682c9b6f03f502af12b040b35e3 (diff)
downloadgitlab-ce-enable_example_wording_cop.tar.gz
Add frozen_string_literal to existing specenable_example_wording_cop
-rw-r--r--spec/requests/api/pipelines_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/requests/api/pipelines_spec.rb b/spec/requests/api/pipelines_spec.rb
index b880720abab..26158231444 100644
--- a/spec/requests/api/pipelines_spec.rb
+++ b/spec/requests/api/pipelines_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe API::Pipelines do