Skip to content
Snippets Groups Projects
Commit 2dbd31c1 authored by Micael Bergeron's avatar Micael Bergeron
Browse files

remove lint

parent 04669c0e
No related branches found
No related tags found
No related merge requests found
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 }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment