aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/enumerable/detect_spec.rb
blob: db47563a6e12c7ad88a4b7d220fd0b1f1096d2cc (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/find', __FILE__)

describe "Enumerable#detect" do
  it_behaves_like :enumerable_find , :detect
end