summary refs log tree commit
path: root/test/spec_chunked.rb
DateCommit message (Expand)
2022-08-03Move Rack::MockRequest/Response into dedicated files. (#1935)
2022-05-25Add remaining tests for 100% branch coverage
2022-04-30Add SERVER_PROTOCOL to SPEC (#1883)
2022-04-11Tidy up documentation and specs in relation to lower case headers. (#1855)
2022-02-18Change SPEC to not allow uppercase header keys
2022-02-03Enable directly requiring Rack components
2020-01-30Add remaining covering tests
2020-01-27DRY up tests using the test helper
2019-11-21Do not reference HTTP_VERSION internally
2019-10-06Allow global expectation explicitly for minitest.
2018-04-26Add trailer headers to Rack
2018-04-17RuboCop: enable Layout/Space* cops (#1259)
2018-04-13Add frozen_string_literal: true to remaining files
2017-06-21Updates for frozen string literal compatibility.
2016-12-14Revert "Add 205 Reset Content to the list of statuses without a message body" rfc7231-sec6.3.6-205
2015-06-16Merge branch 'master' into zenspider-minitest.phase.2
2015-06-14Cleanup older code than Ruby 2.0+ one
2015-06-12First attempt to mass-port from minitest/bacon to minitest/spec.
2015-06-11Added minitest/bacon to the top of each file so they can be run straight up.
2015-05-26Remove unsupported RUBY_VERSION code
2014-07-14chunked: do not chunk on pre-HTTP/1.0 clients
2012-12-29Fix Ruby 2.0 build
2012-12-29Use to_enum instead of Enumerator.new to remove Ruby 2.0 warnings
2012-03-31Use const_defined? instead of defined? to check for Enumerator
2012-03-31Don't use Object#tap, 1.8.6 doesn't have it
2012-03-31Squash warnings caused by test code
2011-12-21Squash the warning that is output by defining a shadow on Enumerator.
2011-12-21Fix tests for 1.8.7
2011-12-21Wrap test apps in Rack::Lint (first pass)
2011-11-30Ensure correct encoding on chunked responses
2011-08-15Add 205 Reset Content to the list of statuses without a message body
2011-01-14fixing unused variable warnings in 1.9.3
2010-06-15Rename spec/ back to test/