mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
8fdab3e8b4
commit
9a40a17e9f
8 changed files with 62 additions and 4 deletions
|
|
@ -13,7 +13,8 @@ for provider, config in storage_providers
|
|||
@instance.public=(true)
|
||||
end
|
||||
|
||||
if !Fog.mocking? || config[:mocked]
|
||||
tests('responds_to(:public_url)') do
|
||||
pending if Fog.mocking? && !config[:mocked]
|
||||
@instance.responds_to(:public_url)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue