aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/enumerator/with_object_spec.rb
blob: a7bd74220cc546c57d0f09d06201c0b48461df84 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/enumerator/with_object', __FILE__)

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