aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/dir/dir_spec.rb
blob: 4923445bedf83930f7084bad47a4665ddd5d4217 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

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