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

require_relative '../../../spec_helper'
require_relative 'shared/collect_concat'

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