From 795597f5c349384b2c6116a912884a4d07b8f24d Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Mon, 2 Jul 2012 13:52:01 +0200 Subject: [PATCH] This was implemented right previously, shouldn't have changed it --- tests/helpers/collection_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/collection_helper.rb b/tests/helpers/collection_helper.rb index 08c616344..c37493fec 100644 --- a/tests/helpers/collection_helper.rb +++ b/tests/helpers/collection_helper.rb @@ -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