Skip to content

Commit

Permalink
fix mistake in collections helper/enum tests
Browse files Browse the repository at this point in the history
closes #158
  • Loading branch information
geemus committed Aug 25, 2015
1 parent 62d3326 commit 774c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/test_helpers/collection_helper.rb
Expand Up @@ -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
Expand Down

0 comments on commit 774c600

Please sign in to comment.