diff options
author | jeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-05 18:28:26 +0000 |
---|---|---|
committer | jeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-05 18:28:26 +0000 |
commit | b614d7823c4d3dcb263577127db5e7e333573a4e (patch) | |
tree | 6966beaa54fe028f41099a395f613b4ee3d83159 /test/csv/ts_all.rb | |
parent | 3221e7d29ca5911437f6d2bd733d5022c7050a72 (diff) | |
download | ruby-b614d7823c4d3dcb263577127db5e7e333573a4e.tar.gz |
* lib/csv.rb: Remove the dangerous serialization feature.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/csv/ts_all.rb')
-rw-r--r-- | test/csv/ts_all.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/csv/ts_all.rb b/test/csv/ts_all.rb index 4fadbb46e9..389384168b 100644 --- a/test/csv/ts_all.rb +++ b/test/csv/ts_all.rb @@ -17,5 +17,4 @@ require "test_data_converters" require "test_row" require "test_table" require "test_headers" -require "test_serialization" require "test_encodings" |