summaryrefslogtreecommitdiff
path: root/test/spec_deflater.rb
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing white space throughout the project (#1990)Jon Dufresne2022-12-031-1/+1
* Move Rack::MockRequest/Response into dedicated files. (#1935)Samuel Williams2022-08-031-1/+1
* Minor syntax improvements.Samuel Williams2022-08-011-2/+5
* Don't close body prematurely in Rack::Deflater (#1931)Eugene Kenny2022-07-291-0/+9
* Fix various spelling issues. (#1897)Josh Soref2022-05-251-1/+1
* Add 100% line/branch coverage to rack/deflater.rbJeremy Evans2022-05-071-0/+69
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-56/+56
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+6
* DRY up tests using the test helperJeremy Evans2020-01-271-5/+1
* Fix possible timing issue in deflater testsJeremy Evans2020-01-161-1/+1
* Skip deflating in Rack::Deflater if Content-Length is 0Jeremy Evans2020-01-161-0/+9
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
* Add failing test for empty parts in Rack::DeflaterFelix Bünemann2019-09-101-0/+13
* remove unnecessary freeze methodSho Ito2019-08-201-1/+1
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-1/+1
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-8/+8
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-1/+3
* Merge pull request #1182 from pat/frozen-string-literalsAaron Patterson2018-04-131-1/+1
|\
| * Updates for frozen string literal compatibility.Pat Allan2017-06-211-1/+1
* | Fix test of JRubyRafael Mendonça França2017-07-241-1/+1
* | deflater: additional mtime testsEric Wong2017-06-291-1/+10
* | deflater: support "sync: false" optionEric Wong2017-06-291-0/+34
|/
* deflater: remove "deflate" encoding supportEric Wong2016-07-261-14/+24
* deflater: always finish zlib stream before closingEric Wong2015-09-211-0/+25
* First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-35/+35
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* Fix warnings in testsdeepj2015-05-261-5/+5
* Fix typos in test files [skip ci]Anton Davydov2015-04-151-1/+1
* Adds deflater options to control compression on per-request level.Jakub Pawlowicz2014-01-151-1/+82
* Adds improved Rack::Deflater tests.Jakub Pawlowicz2014-01-151-159/+213
* Revert "Merge pull request #259 from bartuer/master"James Tucker2012-12-301-548/+0
* Merge pull request #259 from bartuer/masterJames Tucker2012-12-291-0/+548
|\
| * deflate type check against Rack::Mime::MIME_TYPESbartuer2011-10-241-946/+198
| * check deflater content typebartuer2011-10-241-0/+1296
* | Use to_enum instead of Enumerator.new to remove Ruby 2.0 warningsSantiago Pastorino2012-12-291-10/+7
* | Explicitly declare EnumeratorLars Gierth2012-03-311-0/+2
* | Update Rack::Deflater specsLars Gierth2012-03-311-5/+5
* | Don't use Object#tap, 1.8.6 doesn't have itLars Gierth2012-03-311-3/+3
* | Wrap test apps in Rack::Lint and fix uncovered errors (second pass)Lars Gierth2012-03-311-17/+33
* | Prevent Rack::Deflater from double-encoding Michael Rykov2012-02-181-0/+20
* | Fix deflater tests for jrubyJames Tucker2011-12-211-2/+2
|/
* deflater flushes each chunk of the responseEric Wong2011-04-271-0/+38
* loosen deflater spec for zlib option changesEric Wong2011-04-271-2/+8
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+125