1
0
Fork 0
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:
Bohuslav Kabrda 2012-07-02 13:52:01 +02:00
parent ed79237cde
commit 795597f5c3

View file

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