From 774c600bfe84bfbadff332bb3361531ff80ddb2e Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 25 Aug 2015 16:03:40 -0500 Subject: [PATCH] fix mistake in collections helper/enum tests closes #158 --- lib/fog/test_helpers/collection_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/test_helpers/collection_helper.rb b/lib/fog/test_helpers/collection_helper.rb index ff3b868..d74bad5 100644 --- a/lib/fog/test_helpers/collection_helper.rb +++ b/lib/fog/test_helpers/collection_helper.rb @@ -30,7 +30,7 @@ def collection_tests(collection, params = {}, mocks_implemented = true) tests("Enumerable") do pending if Fog.mocking? && !mocks_implemented - methods = %w(all any? find detect collect map find_index flat_map + methods = %w(all? any? find detect collect map find_index flat_map collect_concat group_by none? one?) # JRuby 1.7.5+ issue causes a SystemStackError: stack level too deep