summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerator/lazy/to_enum_spec.rb
blob: e0966037abf42ce46d922627744996243affbe32 (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#to_enum" do
  it_behaves_like :enumerator_lazy_to_enum, :to_enum
end