1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_features.rb: fix unused variable warning

test/csv/test_features.rb:357: warning: assigned but unused variable - csv

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2017-09-26 10:45:14 +00:00
parent 732fe8014a
commit 08bb7d3d19

View file

@ -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