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
path: root/spec
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 23:13:06 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 23:13:06 +0300
commit2dbd31c1bb50be8bd72869c11d9600b951354f66 (patch)
tree29b8925ffd4bc016f7ab09912736fd0788f94d42 /spec
parent04669c0e5d7af7492ddb96f288fb71aa1fc05e3f (diff)
remove lint
Diffstat (limited to 'spec')
-rw-r--r--spec/support/stub_object_storage.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/spec/support/stub_object_storage.rb b/spec/support/stub_object_storage.rb
index 3780fbab37c..1a0a2feb27d 100644
--- a/spec/support/stub_object_storage.rb
+++ b/spec/support/stub_object_storage.rb
@@ -1,8 +1,9 @@
module StubConfiguration
- def stub_object_storage_uploader(config:, uploader:, remote_directory:,
- enabled: true,
- proxy_download: false,
- background_upload: false)
+ def stub_object_storage_uploader(
+ config:, uploader:, remote_directory:,
+ enabled: true,
+ proxy_download: false,
+ background_upload: false)
Fog.mock!
allow(config).to receive(:enabled) { enabled }