1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute] consolidate ip accessors

closes #60
This commit is contained in:
geemus 2011-02-22 16:36:15 -08:00
parent 8fdab3e8b4
commit 9a40a17e9f
8 changed files with 62 additions and 4 deletions

View file

@ -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