aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/array/array_spec.rb
blob: 186bd40f104009c9577dec11f599d883ffd7aa03 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

describe "Array" do
  it "includes Enumerable" do
    Array.include?(Enumerable).should == true
  end
end