summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/array/array_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/array/array_spec.rb')
-rw-r--r--spec/rubyspec/core/array/array_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/rubyspec/core/array/array_spec.rb b/spec/rubyspec/core/array/array_spec.rb
deleted file mode 100644
index 186bd40f10..0000000000
--- a/spec/rubyspec/core/array/array_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
-
-describe "Array" do
- it "includes Enumerable" do
- Array.include?(Enumerable).should == true
- end
-end