summaryrefslogtreecommitdiff
path: root/spec/unicorn
Commit message (Collapse)AuthorAgeFilesLines
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-251-114/+0
| | | | | | This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
* Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas2017-11-221-3/+18
|
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Increase unicorn test boot timeout to 5 minutesJacob Vosmaer2017-06-081-2/+2
|
* Remove config lines in one placeJacob Vosmaer2017-04-281-3/+3
|
* Use rspec 'be'Jacob Vosmaer2017-04-281-1/+1
|
* Refactor timeout codeJacob Vosmaer2017-04-281-8/+17
|
* Add test that asserts unicorns terminateJacob Vosmaer2017-04-261-0/+89