summaryrefslogtreecommitdiff
path: root/test/csv
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv')
-rwxr-xr-xtest/csv/test_features.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csv/test_features.rb b/test/csv/test_features.rb
index 8acd744b73..6b73093ad3 100755
--- a/test/csv/test_features.rb
+++ b/test/csv/test_features.rb
@@ -354,7 +354,7 @@ class TestCSV::Features < TestCSV
end
def test_comment_rows_are_ignored_with_heredoc
- c = csv = CSV.new(<<~EOL, skip_lines: ".")
+ c = CSV.new(<<~EOL, skip_lines: ".")
1,foo
.2,bar
3,baz