aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_interface.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-251-0/+6
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-011-3/+3
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-241-0/+19
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* test: why believe source directories are writable always?nobu2012-05-081-3/+6
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+15
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-261-0/+8
* * strip trailing spaces.nobu2011-04-261-1/+1
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-261-1/+1
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-251-0/+2
* test/with_different_ofs.rb: fixed typos.nobu2010-12-251-2/+2
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-251-4/+4
* * test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa2010-05-191-5/+5
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-231-1/+6
* * test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg22009-03-301-20/+20
* * test/csv/test_interface.rb: Trying a fix for some failing testsjeg22009-03-291-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-33/+33
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-181-0/+304