summaryrefslogtreecommitdiff
path: root/spec/unit/application/client_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add optional integer argument for --daemonize optionjr/daemonize-immediate-runJordan Running2016-03-291-64/+124
* Add test for solo.dJay Mundrawala2016-02-241-52/+2
* Refactor application/client.rb to use DotD mixin for loading client.dJay Mundrawala2016-02-241-5/+5
* Use escape_glob_dir for client.d/conf.dJay Mundrawala2016-02-241-4/+4
* Fix broken load_conf_d_fileJay Mundrawala2016-02-241-2/+5
* Make chef-client read client.dJay Mundrawala2016-02-241-0/+51
* remove rm -rf in chef solo recipe_urlLamont Granquist2016-02-101-0/+4
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* Windows cli tools should have color true by defaultadamedx/windows-color-defaultsAdam Edwards2015-10-061-2/+2
* Fix false positive in test, make test more strict.danielsdeleo2015-09-211-1/+1
* Configure named run list via command line or config filedanielsdeleo2015-09-211-0/+13
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-091-5/+0
|\
| * Remove unneeded test if we're not marking audit as "experimental"Julian C. Dunn2015-04-291-5/+0
* | Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-2/+2
|/
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+10
* Disable the exitstatus 3 testBryan McLellan2015-03-161-4/+1
* Updating comment for future userstball/nightliestyler-ball2015-03-101-1/+2
* Changing tactics - excluding test from chef verify because I cannot figure ou...tyler-ball2015-03-101-2/+4
* Nightlies on debian and el6 have been failing on these timing-based tests, do...tyler-ball2015-03-101-4/+4
* use Chef::Config.platform_specific_pathJay Mundrawala2015-02-121-2/+2
* Fix broken tests in jenkinsJay Mundrawala2015-02-121-2/+2
* Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-091-0/+7
* add testRob Redpath2015-01-251-0/+13
* Change expect to allow.mcquin/client_spec_fixClaire McQuin2015-01-231-1/+1
* Stub reading of /etc/chef/client.rbClaire McQuin2015-01-231-2/+5
* Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-171-1/+1
* Explicitly enable audits.Claire McQuin2014-12-171-0/+4
* Add specs for audit-mode command-line and configuration settings.Claire McQuin2014-12-171-13/+86
* Stub windows? check in the unit test to make sure specs are green on windows.Serdar Sutay2014-12-091-0/+1
* Add unit test.Serdar Sutay2014-12-081-0/+12
* Update to RSpec 3.Claire McQuin2014-10-291-34/+34
* Test signal safely on windowsmcquin/Issue-1910Claire McQuin2014-10-011-0/+1
* Tidy up some comments, whitespace.Claire McQuin2014-10-011-0/+2
* Reconfigure signal trapping.Claire McQuin2014-10-011-13/+66
* Disable unforked interval runs.Claire McQuin2014-10-011-0/+37
* Configure correct logger to fix logger trap context warningsdanielsdeleo2014-04-241-0/+2
* Prevent tests from overriding rspec's trap handlerdanielsdeleo2014-04-241-0/+3
* [11] Don't catch SIGTERM if not in daemon modePhil Dibowitz2014-04-011-0/+2
* Fix / Mark volatile the transient failures on Solaris.sersut2014-03-281-1/+1
* Workaround ruby 1.8 IO#getc returning integer typesdanielsdeleo2014-03-181-11/+29
* Make the spec for USR1 signal faster.sersut2014-03-181-8/+16
* Updates based on PR comments.sersut2014-03-181-8/+1
* Don't honor splay setting when sent USR1 signal.sersut2014-03-181-1/+29
* s/stub!/stub/gLamont Granquist2014-01-291-6/+6
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-0/+1
* Move config fetching tests to their own file.danielsdeleo2013-10-161-36/+10