diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2017-02-13 12:19:28 +0100 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2017-05-31 14:33:03 +0200 |
commit | 442735978ca8f3e074a282edfc65c110bd06e079 (patch) | |
tree | d67ff769fb25b3aa88c8c3b1bf7ac1de91da730d /spec/db | |
parent | f182ea4ea5fe76349a584da12e5d4a9f681a8401 (diff) | |
download | gitlab-ce-442735978ca8f3e074a282edfc65c110bd06e079.tar.gz |
Move rainbow monkey patch to String to spec_helper
Diffstat (limited to 'spec/db')
-rw-r--r-- | spec/db/production/settings.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/db/production/settings.rb b/spec/db/production/settings.rb index 007b35bbb77..3cbb173c4cc 100644 --- a/spec/db/production/settings.rb +++ b/spec/db/production/settings.rb @@ -1,5 +1,4 @@ require 'spec_helper' -require 'rainbow/ext/string' describe 'seed production settings', lib: true do include StubENV |