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
1 changed files with 1 additions and 1 deletions

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