summaryrefslogtreecommitdiff
path: root/test/csv
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv')
-rwxr-xr-xtest/csv/test_features.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/csv/test_features.rb b/test/csv/test_features.rb
index 65ef3da105..f8aa0d87c5 100755
--- a/test/csv/test_features.rb
+++ b/test/csv/test_features.rb
@@ -137,12 +137,6 @@ class TestCSV::Features < TestCSV
test_lineno
end
- def test_unknown_options
- assert_raise_with_message(ArgumentError, /unknown/) {
- CSV.new(@sample_data, unknown: :error)
- }
- end
-
def test_skip_blanks
assert_equal(4, @csv.to_a.size)