Skip to content

Commit a7526f4

Browse files
committed
Copy-paste fix in specs of MatchData#values_at
I know it says that it should be synchronized with struct/values_at_spec, but this might be a bit too synchronized.
1 parent 59bdcb4 commit a7526f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/matchdata/values_at_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require_relative '../../spec_helper'
22

3-
describe "Struct#values_at" do
3+
describe "MatchData#values_at" do
44
# Should be synchronized with core/array/values_at_spec.rb and core/struct/values_at_spec.rb
55
#
66
# /(.)(.)(\d+)(\d)/.match("THX1138: The Movie").to_a # => ["HX1138", "H", "X", "113", "8"]

0 commit comments

Comments
 (0)