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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 03:06:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 03:06:38 +0300
commit7ea2b8726c5c587e32d53efd5d9c84cd72ba4356 (patch)
tree79625bb280020ffad5c92b394b401f8a22d0b202 /spec/validators/js_regex_validator_spec.rb
parent336e1756be5b6ee624f7e4b5f740a434f05f8e94 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/validators/js_regex_validator_spec.rb')
-rw-r--r--spec/validators/js_regex_validator_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/validators/js_regex_validator_spec.rb b/spec/validators/js_regex_validator_spec.rb
index 4d3bafaf267..dcc5e7ed4e8 100644
--- a/spec/validators/js_regex_validator_spec.rb
+++ b/spec/validators/js_regex_validator_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe JsRegexValidator do