aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/enumerable/reduce_spec.rb
blob: 8afecb2a8e233f0203cd854c33780890bb1df3b7 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/inject', __FILE__)

describe "Enumerable#reduce" do
  it_behaves_like :enumerable_inject, :reduce
end