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

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

describe "Enumerator::Lazy#enum_for" do
  it_behaves_like :enumerator_lazy_to_enum, :enum_for
end