summaryrefslogtreecommitdiff
path: root/spec/tiny_server.rb
Commit message (Collapse)AuthorAgeFilesLines
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+1
|
* Return rack-compliant 404 messagesdanielsdeleo2014-06-111-1/+1
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
|
* Rescue ECONNRESET during tiny server startup.sersut2013-05-311-1/+1
|
* Rescue EOFError in tiny server startupdanielsdeleo2013-05-311-1/+1
| | | | | | EOFError sometimes occurs when running remote file tests with HTTPS, should be a recoverable condition. This is not 100% verified because the error is very intermittent.
* Run remote_file functional tests w/ HTTPSdanielsdeleo2013-05-291-0/+1
| | | | | | - Run standard file behavior functional tests with HTTPS on port 9000. - Confirms CHEF-3005 fixed. - Refactor tests to run against different server configurations.
* functional test for CHEF-3140Jesse Campbell2013-02-181-10/+11
|
* race condition that resolves itself?Lamont Granquist2013-01-101-2/+2
|
* replace thin w/ webrick for func. test serverdanielsdeleo2012-11-191-10/+29
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+183
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!