mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
This was implemented right previously, shouldn't have changed it
This commit is contained in:
parent
ed79237cde
commit
795597f5c3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def collection_tests(collection, params = {}, mocks_implemented = true)
|
|||
end
|
||||
|
||||
tests("#get('#{@identity}')").returns(nil) do
|
||||
pending if !Fog.mocking? || mocks_implemented
|
||||
pending if Fog.mocking? && !mocks_implemented
|
||||
collection.get(@identity)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue