summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/set/intersection_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/set/intersection_spec.rb')
-rw-r--r--spec/rubyspec/library/set/intersection_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/rubyspec/library/set/intersection_spec.rb b/spec/rubyspec/library/set/intersection_spec.rb
deleted file mode 100644
index c5adef5fc4..0000000000
--- a/spec/rubyspec/library/set/intersection_spec.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
-require File.expand_path('../shared/intersection', __FILE__)
-require 'set'
-
-describe "Set#intersection" do
- it_behaves_like :set_intersection, :intersection
-end
-
-describe "Set#&" do
- it_behaves_like :set_intersection, :&
-end