summaryrefslogtreecommitdiff
path: root/test/spec_auth_digest.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code. (#1966)Samuel Williams2022-09-101-288/+0
* Move Rack::MockRequest/Response into dedicated files. (#1935)Samuel Williams2022-08-031-1/+1
* Add remaining tests for 100% branch coverageJeremy Evans2022-05-251-0/+5
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-7/+7
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+10
* Add remaining covering testsJeremy Evans2020-01-301-0/+14
* DRY up tests using the test helperJeremy Evans2020-01-271-4/+1
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-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-4/+4
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-47/+47
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* Fix request loop on non-stale nonce with time_limit parameter.ITO Nobuaki2012-07-121-0/+14
* Wrap test apps in Rack::Lint (first pass)Lars Gierth2011-12-211-2/+3
* Merge branch 'auth-digest-with-rack-builder' of https://github.com/rkh/rack i...Joshua Peek2011-03-181-4/+1
|\
| * allow passing opaque or an options hash to Rack::Auth::Digest::MD5.new, that ...Konstantin Haase2011-03-181-4/+1
* | MD5 Digest auth: fail if authenticator returns nilBrad Ediger2011-03-131-0/+6
|/
* Fix Rack::Auth::Digest query string bugPierre Chapuis2010-12-131-1/+19
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+223