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

require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../shared/select', __FILE__)

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