summaryrefslogtreecommitdiff
path: root/spec/unit/client_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Merge pull request #4409 from chef/lcg/suppress-reporter-failuresLamont Granquist2016-01-271-1/+1
|\
| * suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failuresLamont Granquist2016-01-261-1/+1
* | Fix client_specjdm/1.3-fipsJay Mundrawala2016-01-261-2/+6
* | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-2/+2
* | Use sign v1.3 when fips mode is selectedJay Mundrawala2016-01-251-2/+17
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* ServerAPI will return a raw hash, so do thattm/fix_failing_testThom May2016-01-141-2/+1
* Use double quotes by defaultThom May2016-01-141-10/+10
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-9/+9
* Use signing protocol 1.1 by defaultjdm/default-auth-1.1Jay Mundrawala2015-12-101-20/+2
* Ensure that our list of recipes is backwards compattm/duplicate_recipesThom May2015-09-291-1/+2
* Use the dynamic policy builder everywheredanielsdeleo2015-09-171-0/+4
* Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excepJay Mundrawala2015-06-191-19/+35
* Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-271-4/+9
* remove configuration optionClaire McQuin2015-05-271-37/+3
* Use shared contexts and shared examples to minimize code duplication.Claire McQuin2015-05-271-418/+73
* Mark run failed on failed audits unless configured to audit as warning.Claire McQuin2015-05-271-121/+179
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-2/+2
* add/fix node attributesLamont Granquist2015-05-181-1/+5
* fix unit test stubLamont Granquist2015-05-041-1/+1
* cleaned up rspec testIgor Shpakov2015-04-211-5/+1
* revised rspec testIgor Shpakov2015-04-201-9/+6
* small tweak to wordingIgor Shpakov2015-04-091-1/+1
* added rspec testIgor Shpakov2015-04-091-0/+20
* Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-271-0/+13
* We should not change how exceptions are raised if audit mode is disabledJay Mundrawala2015-03-171-21/+70
* Add specs for audit-mode command-line and configuration settings.Claire McQuin2014-12-171-0/+1
* Rescuing Exception blind was covering up an unexpected errortyler-ball2014-12-171-26/+99
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-171-21/+99
* Disable audit phase during specs in order not to break the existing rspec con...Serdar Sutay2014-12-171-0/+5
* Add a Chef::Audit::Controls object for 'controls'Claire McQuin2014-12-171-0/+9
* Update to RSpec 3.Claire McQuin2014-10-291-86/+86
* Updated client_spec to not run event loggerJay Mundrawala2014-10-221-1/+1
* Disable unforked interval runs.Claire McQuin2014-10-011-25/+0
* Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-221-0/+1
* update stubs for new node.save behaviorClaire McQuin2014-05-151-2/+3
* Removed puts for testingJoe Richards2014-04-011-1/+0
* Added unit test for setting chef environment to single characterJoe Richards2014-04-011-0/+17
* add specs for setting nodename based on machinenameLamont Granquist2014-03-051-0/+37
* Add permanent run list modification option to Chef::Clientdanielsdeleo2014-02-201-2/+34
* Modernize and organize Chef::Client specsdanielsdeleo2014-02-201-233/+279
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-1/+2
* [CHEF-3506] suppress final node save when using override run listdanielsdeleo2014-02-031-2/+2
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-2/+2
* s/mock\(/double(/gLamont Granquist2014-01-291-8/+8
* s/stub!/stub/gLamont Granquist2014-01-291-11/+11
* Return node from Chef::Client#build_nodedanielsdeleo2014-01-231-1/+3
* Extract policy building concerns from Chef::Clientdanielsdeleo2014-01-141-3/+8