summary refs log tree commit
path: root/test/spec_common_logger.rb
DateCommit message (Expand)
2022-08-03Move Rack::MockRequest/Response into dedicated files. (#1935)
2022-07-07Hex escape unprintable bytes in common logger (#1904)
2022-05-27Escape untrusted text when logging
2022-05-25Add remaining tests for 100% branch coverage
2022-04-30Add SERVER_PROTOCOL to SPEC (#1883)
2022-04-04Support RFC 7239: HTTP Forwarded header
2022-02-18Change SPEC to not allow uppercase header keys
2022-02-03Enable directly requiring Rack components
2020-01-27DRY up tests using the test helper
2020-01-27Rack::CommonLogger should use SCRIPT_NAME + PATH_INFO when logging request paths
2020-01-22Fix typos
2019-10-06Allow global expectation explicitly for minitest.
2018-04-17RuboCop: enable Layout/Space* cops (#1259)
2018-04-13Add frozen_string_literal: true to remaining files
2015-06-24Rename files to follow ruby naming conventions