Revision 7b00acc6
Added by Thomas McKay almost 9 years ago
test/csv_test_helper.rb | ||
---|---|---|
1 | 1 |
require 'simplecov' |
2 | 2 |
require 'pathname' |
3 |
require 'stringio' |
|
4 |
require 'tempfile' |
|
3 | 5 |
|
4 | 6 |
SimpleCov.use_merging true |
5 | 7 |
SimpleCov.start do |
Also available in: Unified diff
fixes #4926 - systems test and rubocop cleanup