summaryrefslogtreecommitdiff
path: root/test/spec_lock.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Rack::MockRequest/Response into dedicated files. (#1935)Samuel Williams2022-08-031-3/+3
* Fix verbose warnings in specsJeremy Evans2022-03-031-9/+0
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-10/+10
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+6
* Remove `rack.multithread`/`rack.multiprocess`/`rack.run_once`Jeremy Evans2022-01-261-23/+0
* 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-13/+13
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Stop replacing the environment in Rack::LockLisa Ugray2017-07-101-1/+11
* First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-42/+42
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* Converting to minitest: phase 1: minitest/baconRyan Davis2015-06-111-2/+2
* Remove unused helper method from Rack::Lock testsDan Kubb2015-03-251-5/+0
* Fix Rack::Lock to handle unexpected exceptionsDan Kubb2015-03-251-0/+8
* Fix Rack::Lock to set env['rack.multithread'] properlyDan Kubb2015-03-251-1/+14
* Fix Rack::Lock mutex usageDan Kubb2015-03-251-0/+13
* Remove warnings: 'not used variable' and 'shadowing outer variable'Carlos Antonio da Silva2013-01-071-1/+1
* Use to_enum instead of Enumerator.new to remove Ruby 2.0 warningsSantiago Pastorino2012-12-291-7/+4
* - correct existing raise testSam Saffron2012-09-051-1/+9
* Use const_defined? instead of defined? to check for EnumeratorLars Gierth2012-03-311-1/+1
* Don't use Object#tap, 1.8.6 doesn't have itLars Gierth2012-03-311-5/+5
* Fix declaration of Enumerator for 1.8.7Lars Gierth2012-03-311-0/+2
* Wrap test apps in Rack::Lint and fix uncovered errors (fourth pass)Lars Gierth2012-03-311-21/+36
* Delegate lock proxy to_pathJoshua Peek2010-12-191-0/+26
* Rack::Lock should unlock if the app raises an exception.John Firebaugh2010-12-201-0/+8
* use a proxy object to call close on the mutex when the body is closed. closes...Aaron Patterson2010-12-171-5/+77
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+36