aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/enumerable/find_all_spec.rb
blob: 7c84b6ec7efd2a94ea70ee2accedabe0570fd287 (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