aboutsummaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)AuthorFilesLines
2013-01-10reworked the tests to make them cleanerGibheer1-34/+68
2013-01-10Rename Zero::Request::AcceptType spec folderStormwind2-0/+0
2013-01-10Kill the last mutant in Zero::Request:AcceptTypeStormwind1-10/+11
2013-01-09take strings for bodyGibheer1-0/+27
2013-01-06Split response_spec.rb into single test filesStormwind7-76/+111
2013-01-06Improve test structureStormwind40-0/+0
2013-01-06Kill all mutants in Zero::RouterStormwind1-1/+6
2013-01-06Kill all mutants in Zero::RendererStormwind4-2/+24
2013-01-06Kill all mutants i Zero::RequestStormwind2-4/+9
2013-01-06Kill all mutants in Zero::Request::ParameterStormwind3-1/+17
2013-01-05Kill almost all mutants in Zero::Request:AcceptTypeStormwind1-6/+11
2013-01-04Kill all mutants in Zero::Request::AcceptStormwind3-3/+9
2013-01-04Kill mutant in Zero::Request::ServerStormwind1-2/+10
2013-01-04Add check if body is empty on 204 and 304 in specsStormwind1-0/+2
2012-12-23Remove 1.8 fixesStormwind1-147/+0
2012-12-22Replace 'parse_query_string' with 'decode_www_form_18' in testStormwind1-21/+23
2012-12-22Renamed specfile. Will test other method here.Stormwind1-0/+0
2012-12-22Improve query valid regexStormwind1-1/+27
2012-12-22Add first implementation of decode_www_form_18Stormwind1-0/+8
2012-12-22Add patch for URI decode_www_formStormwind1-0/+111
2012-12-18reuse render for actual renderingGibheer1-0/+19
2012-12-17cleanup gemfile for jruby on travisGibheer1-0/+0
2012-12-17run simplecov only when neededGibheer1-4/+6
2012-12-17initialize the responseGibheer1-0/+14
2012-12-13added options to controllerGibheer1-2/+2
2012-12-12replaced .create with .new on Zero::RequestGibheer3-5/+5
2012-12-10define the renderer at initializationGibheer1-1/+6
2012-12-01avoid changing existing environment keysGibheer1-0/+12
2012-11-30delete all.rb in favorite of zero.rbGibheer1-1/+1
2012-11-30Optional setting of status code on redirectStormwind1-0/+8
2012-11-30Add redirect to responseStormwind1-0/+10
2012-11-30specs for the renderer accessGibheer1-0/+11
2012-11-30use URI to get parametersGibheer2-6/+20
2012-11-29don't overwrite the requestGibheer1-0/+8
2012-11-29Throws an ArgumentError, if no template fits given typesStormwind1-0/+10
2012-11-29Throws ArgumentError, if given template does not existStormwind1-0/+6
2012-11-29Add default value for default templatesStormwind1-0/+11
2012-11-29added custom parameters in the routerGibheer1-5/+18
2012-11-29added custom parameterGibheer2-0/+74
2012-11-27better specs for renderGibheer3-21/+23
2012-11-26now the renderer correctly saves all templatesGibheer1-5/+5
2012-11-26specs for renderingGibheer2-0/+44
2012-11-26first commit for the new rendererGibheer4-39/+56
2012-11-24Content-Length must be a StringStormwind1-7/+7
2012-11-24Add an = at the end of the content_type methodStormwind1-3/+3
2012-11-24Delete Content-Length. Conten-Type and body on status 304Stormwind1-0/+11
2012-11-24SimpleCov runs on latest rbx headGibheer1-5/+4
2012-11-23Delete Content-Length. Conten-Type and body on status 204Stormwind1-0/+11
2012-11-23Sets the Content-Type in to_a unless it is already set beforeStormwind1-3/+16
2012-11-23content_type sets the Content-Type header to the given valueStormwind1-3/+11