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

require_relative '../../../spec_helper'
require_relative 'shared/to_enum'

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