summaryrefslogtreecommitdiff
path: root/spec/ruby/core/matchdata/shared/length.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/matchdata/shared/length.rb')
-rw-r--r--spec/ruby/core/matchdata/shared/length.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/ruby/core/matchdata/shared/length.rb b/spec/ruby/core/matchdata/shared/length.rb
deleted file mode 100644
index 6312a7ed4c..0000000000
--- a/spec/ruby/core/matchdata/shared/length.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-describe :matchdata_length, shared: true do
- it "length should return the number of elements in the match array" do
- /(.)(.)(\d+)(\d)/.match("THX1138.").send(@method).should == 5
- end
-end