lib/picky/indexes_indexing.rb in picky-3.1.0 vs lib/picky/indexes_indexing.rb in picky-3.1.1
- old
+ new
@@ -33,9 +33,11 @@
end
# For integration testing – indexes for the tests
# without forking and shouting ;)
#
+ # TODO Rename to #index_without_forking, or just #index.
+ #
def index_for_tests
indexes.each(&:index)
end
#
\ No newline at end of file