Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed May 1, 2013
1 parent d594ab4 commit 7b6daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iterate_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_loops_through_all_sets
assert_equal 3, iter.current_id
end

def test_loops_through_all_sets
def test_loops_through_all_sets_with_null_redis
names = []
redis = ModelIterator::NullRedis.new
iter = ModelIterator.new Model, :redis => redis, :limit => 1
Expand Down

0 comments on commit 7b6daa1

Please sign in to comment.