Robert Haines
c0f20321ae
Merge branch 'fix_depreciation_warning' of https://github.com/bbuchalter/rubyzip into bbuchalter-fix_depreciation_warning
...
* 'fix_depreciation_warning' of https://github.com/bbuchalter/rubyzip :
Use default ruby behavior for Array.join
Remove OUTPUT_FIELD_SEPARATOR-related test behaviors
Set OUTPUT_FIELD_SEPARATOR to nil in test
Prefer OUTPUT_RECORD_SEPARATOR to $\
Prefer OUTPUT_FIELD_SEPARATOR to $,
2021-06-07 20:02:15 +01:00
Robert Haines
7af12ca887
Fix Performance/FixedSize cop.
2021-05-25 21:24:50 +01:00
Robert Haines
8fa35de528
Fix Style/FormatStringToken cop.
2021-05-25 21:24:50 +01:00
Robert Haines
e10badf68e
Fix Style/FrozenStringLiteralComment cop.
2021-05-25 21:24:50 +01:00
Taichi Ishitani
0e4dc676a0
fix frozen string literal error
2021-05-25 21:24:50 +01:00
Brian Buchalter
68b9ed4cfe
Remove OUTPUT_FIELD_SEPARATOR-related test behaviors
...
Since modifying OUTPUT_FIELD_SEPARATOR is deprecated, there's no need
for us to do this in our test.
2021-01-26 04:41:51 -07:00
Brian Buchalter
0585e4e36b
Set OUTPUT_FIELD_SEPARATOR to nil in test
...
As discussed in https://bugs.ruby-lang.org/issues/14240 and implemented
in 6298ec2875
setting OUTPUT_FIELD_SEPERATOR to a non-nil value is now depricated.
2021-01-26 04:36:13 -07:00
Brian Buchalter
adfd15a1c6
Prefer OUTPUT_RECORD_SEPARATOR to $\
2021-01-26 04:35:21 -07:00
Brian Buchalter
4dc308caed
Prefer OUTPUT_FIELD_SEPARATOR to $,
2021-01-26 04:34:45 -07:00
Robert Haines
e6f414f539
Fix Naming/VariableName cop in the tests.
2020-02-29 18:11:52 +00:00
Robert Haines
bb3b4474fa
Fix Style/SpecialGlobalVars cop.
2020-02-15 16:26:32 +00:00
Takumasa Ochi
cf91112b57
Apply automatic correction by rubocop
2017-06-29 11:57:12 +09:00
Pavel.Lobashov
73e5f70bdf
fix rubocop Style/SpaceAfterMethodName cop
2015-03-22 19:43:44 +03:00
Pavel Lobashov
b93ef1266f
fix rubocop Style/StringLiterals cop
2015-03-21 11:27:44 +03:00
Robert Haines
9785b66a43
Update tests to use the minitest 5.x API.
...
MiniTest::Unit::TestCase -> MiniTest::Test
MiniTest::Unit.after_tests -> MiniTest.after_run
2014-07-23 12:59:13 +03:00
Alexander Simonov
58f08ca0e1
Split all tests to small files. Move to minitest
2014-01-20 23:31:06 +02:00