aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/enumerable/find_all_spec.rb
blob: 3d587d7709d5a03f5cfb09f971a291aaeebeddb3 (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_all', __FILE__)

describe "Enumerable#find_all" do
  it_behaves_like(:enumerable_find_all , :find_all)
end