summaryrefslogtreecommitdiff
path: root/test/spec_thin.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove thin specJeremy Evans2020-10-211-98/+0
* Rename `testrequest.rb` -> `test_request.rb`.Samuel Williams2020-05-241-1/+1
* DRY up tests using the test helperJeremy Evans2020-01-271-2/+2
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-4/+4
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-2/+2
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* rearrange thin requires so that we dont get locks in autoloadAaron Patterson2015-09-231-14/+14
* First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-39/+39
* join the thread rather than kill itAaron Patterson2015-06-111-1/+1
* 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-1/+5
* Fix race conditions in thin options testsJames Tucker2012-11-021-13/+2
* passing additional options to thin handlercomboy2012-11-021-0/+16
* Stop binding to public addresses during tests, annoying firewall popups and s...James Tucker2011-12-211-2/+2
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+86