summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerable/select_spec.rb
blob: b4da35c75462ca978a6043e259ee696fe3c2703f (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