diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-15 09:06:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-15 09:06:09 +0000 |
commit | 3d13802bc2c9400ea33defdd43bff6d904ee9c4d (patch) | |
tree | 44f66ca61ea85130cf210d013b737642ce9c7794 /spec/db | |
parent | 00050519d16f7c0296fa0113de7065a607862501 (diff) | |
download | gitlab-ce-3d13802bc2c9400ea33defdd43bff6d904ee9c4d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db')
-rw-r--r-- | spec/db/production/settings_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/db/production/settings_spec.rb b/spec/db/production/settings_spec.rb index db19e98b851..02e25aa37e3 100644 --- a/spec/db/production/settings_spec.rb +++ b/spec/db/production/settings_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' require 'rainbow/ext/string' |