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:
authorStan Hu <stanhu@gmail.com>2019-03-05 10:19:19 +0300
committerStan Hu <stanhu@gmail.com>2019-03-05 10:19:19 +0300
commitad2f711adfe151f15f19559884cd84a8dd26e93e (patch)
treef8d0fa0110df106f8ae81f4585f720fae2246e94 /spec/validators
parentb9fcefc895fe140018b97912891121f76afe6648 (diff)
Add frozen_string_literal to new files
Diffstat (limited to 'spec/validators')
-rw-r--r--spec/validators/sha_validator_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/validators/sha_validator_spec.rb b/spec/validators/sha_validator_spec.rb
index b9242ef931e..dc1539cf318 100644
--- a/spec/validators/sha_validator_spec.rb
+++ b/spec/validators/sha_validator_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe ShaValidator do