mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[local|storage] mark mock as unimplemented
This commit is contained in:
parent
501c857aac
commit
e6916a7025
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ module Fog
|
|||
end
|
||||
|
||||
def initialize(options={})
|
||||
Fog::Mock.not_implemented
|
||||
|
||||
unless options.delete(:provider)
|
||||
location = caller.first
|
||||
warning = "[yellow][WARN] Fog::Local::Storage.new is deprecated, use Fog::Storage.new(:provider => 'Local') instead[/]"
|
||||
|
|
Loading…
Reference in a new issue