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

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

describe "Enumerator::Lazy#collect_concat" do
  it_behaves_like :enumerator_lazy_collect_concat, :collect_concat
end