summaryrefslogtreecommitdiff
path: root/test/spec_builder.rb
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing white space throughout the project (#1990)Jon Dufresne2022-12-031-1/+1
* Allow `Rack::Builder#run` to take a block instead of an argument. (#1942)Samuel Williams2022-08-041-0/+7
* Move Rack::MockRequest/Response into dedicated files. (#1935)Samuel Williams2022-08-031-1/+1
* Add 100% line/branch coverage to rack/builder.rbJeremy Evans2022-05-251-0/+7
* Fix verbose warnings in specsJeremy Evans2022-03-031-0/+2
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-13/+13
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+9
* Remove options from `Builder#parse_file` & `Builder#load_file`.Samuel Williams2020-05-251-11/+2
* Support magic comments in .ru filesBenoit Daloze2020-02-031-0/+9
* Add remaining covering testsJeremy Evans2020-01-301-0/+13
* DRY up tests using the test helperJeremy Evans2020-01-271-6/+1
* Fix test that expects UTF-8 default_external encodingJeremy Evans2020-01-231-2/+8
* Fix `use` with kwargsRyuta Kamizono2020-01-221-2/+2
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
* Remove Anything from testAdrian Setyadi2019-10-011-7/+0
* Merge pull request #1252 from mikegee/fix-1021-unicode-bom-in-configruJeremy Daer2018-06-031-0/+5
|\
| * Strip unicode byte order mark from UTF8 config.ruMichael Gee2018-04-291-1/+6
* | RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-8/+8
* | RuboCop: frozen string literals, comment whitespace (#1256)yhirano552018-04-161-2/+2
|/
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Add test to make sure `Rack::Builder#call` always create a new appRafael Mendonça França2017-11-061-0/+13
* Revert "Merge pull request #953 from jackxxu/cache-to-app-in-rack-builder"Rafael Mendonça França2017-11-061-13/+0
* Merge pull request #953 from jackxxu/cache-to-app-in-rack-builderRafael França2017-11-061-0/+13
|\
| * caches the #to_app value in call methodJack Xu2015-09-251-0/+13
* | Add Builder#freeze_app to freeze application and all middleware instancesJeremy Evans2017-03-141-0/+21
|/
* Strip trailing whitespaceTeo Ljungberg2015-06-241-2/+2
* Rename files to follow ruby naming conventionsTeo Ljungberg2015-06-241-1/+1
* 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
* Allow file names with underscores inside Rack::Builder.parse_fileJohn Faucett2015-04-231-0/+7
* Prioritise CLI options over comment optionsSean McGivern2015-02-151-0/+2
* Add Rack::Builder#warmup method for app preloading.Aman Gupta2013-09-261-0/+11
* cleanup tests for unused variablesVipul A M2013-04-131-4/+2
* Extract Builder.new_from_string from Builder.parse_fileUchio KONDO2013-01-031-0/+7
* Set __LINE__ correctly for rackup files.Conrad Irwin2012-06-041-0/+6
* Squash warnings caused by test codeLars Gierth2012-03-311-1/+1
* Squash warnings for unused variables and the likeJames Tucker2011-12-211-0/+1
* Wrap test apps in Rack::Lint (first pass)Lars Gierth2011-12-211-20/+31
* allow combining map and run for endpoints and/or middlewareKonstantin Haase2011-05-311-0/+20
* raise and error if config.ru is missing run or mapKonstantin Haase2011-05-311-0/+6
* simpler and more sloid Rack::Builder implementationKonstantin Haase2011-05-311-0/+11
* allow multi-line comments in the config fileAndreas Wurm2011-03-311-0/+6
* Add tests for Rack::Builder.parse_fileGabriel Horner2011-03-211-0/+23
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+123