summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerable/select_spec.rb
blob: 1c3842d37246e04ed54e775a3b4c62ec03b7c4c7 (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#select" do
  it_behaves_like :enumerable_find_all , :select
end