summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerator/each_with_object_spec.rb
blob: 84a45ae89dfc50d01365cd921eeebbca115fae13 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/with_object'

describe "Enumerator#each_with_object" do
  it_behaves_like :enum_with_object, :each_with_object
end