Jan-Joost Spanjers
|
e072c57beb
|
Add Entry#incomplete?
|
2020-01-26 15:34:17 +01:00 |
Jan-Joost Spanjers
|
c897bbdf77
|
Add Entry#encrypted?
|
2020-01-26 15:34:17 +01:00 |
Koichi ITO
|
33d0949902
|
Fix warnings: `Use assert_nil if expecting nil`
|
2017-01-08 15:31:51 +09:00 |
David Rodríguez
|
366a1d8dca
|
Fix test failure when running a single test file
```
bundle exec rake TEST=test/file_test.rb
```
was giving
```
1) Error:
ZipFileTest#test_get_output_stream:
NameError: uninitialized constant ZipFileTest::ZipEntryTest
.../test/file_test.rb:59:in `block in test_get_output_stream'
.../lib/zip/file.rb:102:in `open'
.../test/file_test.rb:45:in `test_get_output_stream'
```
|
2016-10-08 19:21:30 -03:00 |
Pavel Lobashov
|
23cfcc73b5
|
fix rubocop Style/MethodName cop
|
2015-03-24 19:02:54 +03:00 |
Pavel Lobashov
|
1ba81ff46f
|
fix rubocop Style/NumericLiterals cop
|
2015-03-23 19:23:04 +03:00 |
Pavel Lobashov
|
47b72f5cab
|
fix rubocop Style/LeadingCommentSpace cop
|
2015-03-23 19:06:01 +03:00 |
Pavel.Lobashov
|
8d6f23ba9a
|
fix rubocop Style/SpaceAroundOperators cop
|
2015-03-22 20:03:50 +03:00 |
Pavel Lobashov
|
b93ef1266f
|
fix rubocop Style/StringLiterals cop
|
2015-03-21 11:27:44 +03:00 |
Pavel Lobashov
|
70dd0d0d59
|
fix rubocop Style/IndentArray cop
|
2015-03-21 11:25:58 +03:00 |
Pavel Lobashov
|
b9a757e045
|
fix rubocop Style/EmptyLinesAroundClassBody cop
|
2015-03-21 11:21:26 +03:00 |
Pavel Lobashov
|
d0c8e8df60
|
fix rubocop Style/EmptyLines cop
|
2015-03-21 11:19:14 +03:00 |
Robert Haines
|
9e642acdc9
|
Don't use deprecated File.exists? in tests.
|
2014-07-23 12:59:14 +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 |
Mehmet Celik
|
b5c5b6803e
|
Zip::Entry::DEFLATED was forced on every file
|
2014-04-23 08:42:09 +02:00 |
Alexander Simonov
|
ec81c30382
|
Fix for #126 and #127
|
2014-01-24 11:37:38 +02:00 |
Alexander Simonov
|
58f08ca0e1
|
Split all tests to small files. Move to minitest
|
2014-01-20 23:31:06 +02:00 |