summaryrefslogtreecommitdiff
path: root/spec/unit/application
Commit message (Expand)AuthorAgeFilesLines
* 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-092-0/+12
* add json_attribs option for chef-apply commandsonots2015-02-091-0/+16
* 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-172-30/+39
* 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
* Fix knife plugin path searchingLamont Granquist2014-12-031-2/+6
* cleanup cookbook path from stale filesVasiliy Tolstov2014-11-131-0/+2
* Update to RSpec 3.Claire McQuin2014-10-294-108/+108
* Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971Serdar Sutay2014-10-101-5/+13
|\
| * Ensuring no arguments interfere with testsDavid Workman2014-09-141-1/+0
| * Making sure the right data is used throughout the testDavid Workman2014-09-041-3/+4
| * Fixing travis-ci failure.David Workman2014-09-041-0/+1
| * Fixing case of a nil recipe file with chef applyDavid Workman2014-09-031-3/+10
* | 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-012-1/+62
* | Fixed Issue 1882 by printing usage when chef-apply is run with no argumentsNolan Davidson2014-09-101-1/+11
|/
* CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-291-3/+19
* Prevent knife application test from reloading codedanielsdeleo2014-04-241-0/+3
* Configure correct logger to fix logger trap context warningsdanielsdeleo2014-04-241-0/+2
* Prevent tests from overriding rspec's trap handlerdanielsdeleo2014-04-243-0/+6
* [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/mock\(/double(/gLamont Granquist2014-01-293-4/+4
* s/stub!/stub/gLamont Granquist2014-01-294-26/+26
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-0/+1
* Application::Solo must set @chef_client_jsondanielsdeleo2013-10-241-1/+1
* Move config fetching tests to their own file.danielsdeleo2013-10-162-72/+20
* Move json attribs fetching to a classdanielsdeleo2013-10-162-26/+18
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Don't bother cleaning up Chef::Config after tests or initializing things to d...John Keiser2013-09-163-22/+0
* Avoid conflicts w/ rspec's ARGV in testsdanielsdeleo2013-07-111-0/+9