aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/enumerable/find_spec.rb
blob: 62e1194537f7d34c0fd05dc75e2d87e16f758861 (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#find" do
  it_behaves_like(:enumerable_find , :find)
end