aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/request/parameter
AgeCommit message (Collapse)AuthorFilesLines
2013-01-06Improve test structureStormwind5-160/+0
Created folder spec/unit/zero and moved all unittest into this folder.
2013-01-06Kill all mutants in Zero::Request::ParameterStormwind3-1/+17
I've also changed "extract_query_params" because it does not matter, if the query string it empty or not for the "parse_string" method.
2012-12-17cleanup gemfile for jruby on travisGibheer1-0/+0
2012-12-01avoid changing existing environment keysGibheer1-0/+12
2012-11-30use URI to get parametersGibheer2-6/+20
2012-11-29added custom parameterGibheer2-0/+74
2012-11-14added specs for #payloadGibheer1-0/+24
2012-11-14added specs for #queryGibheer1-0/+20