summaryrefslogtreecommitdiff
path: root/test/spec_utils.rb
Commit message (Expand)AuthorAgeFilesLines
* More covering testsJeremy Evans2020-01-301-0/+26
* DRY up tests using the test helperJeremy Evans2020-01-271-3/+1
* Fix handling of parsing empty nested queriesJeremy Evans2020-01-271-2/+6
* Fix typosRyuta Kamizono2020-01-221-1/+1
* Add a test for space between cookies (Fixes #1039)Jeremy Evans2020-01-161-0/+3
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
* Ensure initialization of Utils::HeaderHash will dup given headersLuca Guidi2019-01-231-2/+2
* Add CHANGELOG entry for #1034Rafael Mendonça França2018-09-271-1/+1
* Merge pull request #1034 from adambutler/bugfix/response-status-default=to-ra...Rafael Mendonça França2018-09-271-0/+6
|\
| * When a symbol is passed as a status code it must match a valid http status code.Adam Butler2016-03-161-0/+6
* | RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-77/+77
* | Remove needless encoding magic commentsYoshiyuki Hirano2018-04-161-1/+0
* | Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* | To support minitest 6 and prevent error ouput in minitest 5, use `must_be_nil...Jian Weihang2016-12-051-12/+12
* | Try harder when deciding whether to add a new array elementMatthew Draper2016-06-231-0/+12
|/
* Fixes #1015Ryan T. Hosford2016-03-081-0/+3
* Add more failing specs for ararysGraham Conzett2016-03-041-2/+5
* Fix normalize_params parsing arrays of hashesGraham Conzett2016-03-041-1/+1
* add failing test for rack/rack#951Max Albrecht2016-03-041-0/+5
* Shush Object#timeout deprecation. Switch to Timeout.timeout.Jeremy Daer2015-10-031-1/+1
* Rack::Utils.add_cookie_to_header fails on headers it doesn't recognizeJeremy Daer2015-10-011-17/+47
* make sure we can mix in Utils and still use itAaron Patterson2015-07-131-0/+12
* Merge branch 'master' into fabianrbz-remove_old_ruby_codeAaron Patterson2015-06-161-330/+330
|\
| * Merge branch 'master' into zenspider-minitest.phase.2Aaron Patterson2015-06-161-16/+17
| |\
| | * Merge branch 'master-sec'Aaron Patterson2015-06-161-1/+13
| | |\
| | | * raise an exception if the parameters are too deepAaron Patterson2015-06-111-1/+13
| | * | Cleanup older code than Ruby 2.0+ onedeepj2015-06-141-17/+8
| * | | First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-304/+299
| |/ /
* | | Add a test that documents how #build_nested_quey works.Fabian Rodriguez2015-06-141-7/+39
|/ /
* | Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
|/
* consolidate where to find the default_query_parser make keyspace requiredAaron Patterson2015-06-091-2/+2
* query parsers should be immutableAaron Patterson2015-06-091-2/+4
* change `DEFAULT_QUERY_PARSER` to a methodAaron Patterson2015-06-091-2/+2
* Allow specifying a params hash class to use when parsingJeremy Evans2015-05-291-0/+15
* Remove Rack::Utils.bytesize method in favour of native String methoddeepj2015-05-261-6/+2
* Remove unsupported RUBY_VERSION codeZachary Scott2015-05-261-44/+6
* Extracted Rack::Utils.parse_cookies in order to read cookies from frozen env....Luca Guidi2015-05-201-0/+17
* Duplicate the @names hash on dup/clone to avoid shared references.Joe Rafaniello2015-05-151-0/+13
* Revert "Merge pull request #813 from eileencodes/remove-check-for-nil"Jeremy Kemper2015-03-051-0/+4
* Merge branch 'spastorino'James Tucker2014-08-031-0/+2
|\
| * build_nested_query includes integer valuesJames Tucker2014-08-031-0/+2
* | Merge pull request #698 from IvanUkhov/build-query-empty-arraysJames Tucker2014-08-031-0/+8
|\ \ | |/ |/|
| * Fixed build_nested_query to handle empty arrays and hashesIvan Ukhov2014-06-161-0/+8
* | Raise specific exception if the parameters are invalidRafael Mendonça França2014-07-181-0/+6
* | ParameterTypeError for parse_nested_queryJames Tucker2014-07-141-3/+3
* | Fix cycle tests on 1.8.7James Tucker2014-07-131-1/+1
* | Gracefully handle cycles in parametersJames Tucker2014-07-131-0/+11
* | Merge pull request #675 from keithduncan/fix-clean-path-for-slashJames Tucker2014-07-061-0/+4
|\ \
| * | Rename clean slash only testKeith Duncan2014-07-061-1/+1
| * | Fix `clean_path_info` for paths with only a slashKeith Duncan2014-04-101-0/+4
| |/