summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerator/lazy/find_all_spec.rb
blob: 8b05c53803946a66578064ce348ec0e5ec635db0 (plain)
1
2
3
4
5
6
7
8
# -*- encoding: us-ascii -*-

require_relative '../../../spec_helper'
require_relative 'shared/select'

describe "Enumerator::Lazy#find_all" do
  it_behaves_like :enumerator_lazy_select, :find_all
end