aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/enumerable/detect_spec.rb
blob: f69e45605269489e6fece9cc9a0c576c0801f358 (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