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

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

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