<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libzero/zero/spec/unit/request, branch master</title>
<subtitle>zero - a ruby toolkit for building web services</subtitle>
<id>http://git.zero-knowledge.org/libzero/zero/atom/spec/unit/request?h=master</id>
<link rel='self' href='http://git.zero-knowledge.org/libzero/zero/atom/spec/unit/request?h=master'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/'/>
<updated>2013-01-06T19:24:39Z</updated>
<entry>
<title>Improve test structure</title>
<updated>2013-01-06T19:24:39Z</updated>
<author>
<name>Stormwind</name>
<email>stormwind@stormwinds-page.de</email>
</author>
<published>2013-01-06T19:24:39Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=3a82183563986d368e81b5c314e69f169805fd1f'/>
<id>urn:sha1:3a82183563986d368e81b5c314e69f169805fd1f</id>
<content type='text'>
Created folder spec/unit/zero and moved all unittest into this folder.
</content>
</entry>
<entry>
<title>Kill all mutants i Zero::Request</title>
<updated>2013-01-06T11:37:07Z</updated>
<author>
<name>Stormwind</name>
<email>stormwind@stormwinds-page.de</email>
</author>
<published>2013-01-06T11:37:07Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=e81dff9c07770650b8bf81e30474a0b957316de8'/>
<id>urn:sha1:e81dff9c07770650b8bf81e30474a0b957316de8</id>
<content type='text'>
Fix tests for PATCH, because spec_helper didn't support it and the tests where
wrong.
Remove if statement from "conent_type", because ruby already returns nil, if the
requested key in a hash is not found. (Sounds a bit ugly, but it's true.)
</content>
</entry>
<entry>
<title>Kill all mutants in Zero::Request::Parameter</title>
<updated>2013-01-06T09:28:13Z</updated>
<author>
<name>Stormwind</name>
<email>stormwind@stormwinds-page.de</email>
</author>
<published>2013-01-06T09:28:13Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=cd97198e2269e8651d5f8081ec20501c8ea39aa9'/>
<id>urn:sha1:cd97198e2269e8651d5f8081ec20501c8ea39aa9</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Kill almost all mutants in Zero::Request:AcceptType</title>
<updated>2013-01-05T17:30:36Z</updated>
<author>
<name>Stormwind</name>
<email>stormwind@stormwinds-page.de</email>
</author>
<published>2013-01-05T17:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=3bb53d7343915e1a9f75f5ca4b53d61313b0ef29'/>
<id>urn:sha1:3bb53d7343915e1a9f75f5ca4b53d61313b0ef29</id>
<content type='text'>
Killed 13 of 14 mutants. I will see later, how it's possible to kill the last
one.
I also fixed the return value of "preferred", if the in initialize given string
is empty. Fixed the default value here.
</content>
</entry>
<entry>
<title>Kill all mutants in Zero::Request::Accept</title>
<updated>2013-01-04T19:25:48Z</updated>
<author>
<name>Stormwind</name>
<email>stormwind@stormwinds-page.de</email>
</author>
<published>2013-01-04T19:25:48Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=5ca122b84c080c67082eeb5d0571e0baf6a1716e'/>
<id>urn:sha1:5ca122b84c080c67082eeb5d0571e0baf6a1716e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill mutant in Zero::Request::Server</title>
<updated>2013-01-04T18:42:25Z</updated>
<author>
<name>Stormwind</name>
<email>stormwind@stormwinds-page.de</email>
</author>
<published>2013-01-04T18:42:25Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=7870c5c51fdaa438c2de1f175a7506afdb3a6280'/>
<id>urn:sha1:7870c5c51fdaa438c2de1f175a7506afdb3a6280</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup gemfile for jruby on travis</title>
<updated>2012-12-17T18:22:20Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2012-12-17T18:00:01Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=6fbb12c0fd1f304fe99feadbf2eeb8d3c1245d11'/>
<id>urn:sha1:6fbb12c0fd1f304fe99feadbf2eeb8d3c1245d11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced .create with .new on Zero::Request</title>
<updated>2012-12-12T17:38:46Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2012-12-12T17:38:46Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=a95f1436c4f31b88dccde31bd2468d99afa04e2b'/>
<id>urn:sha1:a95f1436c4f31b88dccde31bd2468d99afa04e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid changing existing environment keys</title>
<updated>2012-12-01T06:23:37Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2012-12-01T06:23:37Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=55052f83efa225dc030107ef6d3fe21666c3108a'/>
<id>urn:sha1:55052f83efa225dc030107ef6d3fe21666c3108a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use URI to get parameters</title>
<updated>2012-11-30T13:46:52Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2012-11-30T13:46:52Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/libzero/zero/commit/?id=ec446a53b1a169a9c43c9821546d1b181c603bab'/>
<id>urn:sha1:ec446a53b1a169a9c43c9821546d1b181c603bab</id>
<content type='text'>
</content>
</entry>
</feed>
