Commit 2dbd31c1 authored by Micaël Bergeron's avatar Micaël Bergeron

remove lint

parent 04669c0e
module StubConfiguration module StubConfiguration
def stub_object_storage_uploader(config:, uploader:, remote_directory:, def stub_object_storage_uploader(
enabled: true, config:, uploader:, remote_directory:,
proxy_download: false, enabled: true,
background_upload: false) proxy_download: false,
background_upload: false)
Fog.mock! Fog.mock!
allow(config).to receive(:enabled) { enabled } allow(config).to receive(:enabled) { enabled }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment