summaryrefslogtreecommitdiff
path: root/spec/support/shared
Commit message (Expand)AuthorAgeFilesLines
* Use instance_double instead of instancejdm/fix-mixlib-shelloutJay Mundrawala2015-09-141-2/+2
* Fix failing specs on WindowsJay Mundrawala2015-09-141-3/+9
* Make service manager tests pass.Kartik Null Cating-Subramanian2015-07-201-1/+2
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-2/+2
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
* Better API version error handling helper code.tylercloke2015-06-052-2/+2
* Reregister V0 support for Chef::Client.tylercloke2015-06-052-1/+46
* Chef::ApiClient.update supports V1.tylercloke2015-06-053-0/+187
* Merge pull request #3412 from chef/sd/CI-31Thom May2015-06-021-2/+4
|\
| * Minor updates for PR comments.sd/CI-31Serdar Sutay2015-05-291-3/+2
| * adding unit testsDavida Marion2015-05-291-0/+3
* | Get specs to passAdam Edwards2015-05-291-1/+1
|/
* Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-271-0/+22
* refactor ohai stubs, remove hardcodingClaire McQuin2015-05-272-17/+18
* Use shared contexts and shared examples to minimize code duplication.Claire McQuin2015-05-272-0/+305
* Purge pending specscleanup-pendingdanielsdeleo2015-05-233-32/+4
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-3/+3
* Merge pull request #3267 from dbjorge/issue-3266Thom May2015-05-201-12/+16
|\
| * securable_resource functional specs compare default creation permissions agai...Dan Bjorge2015-04-231-12/+16
* | Add tests for resource naming and creationJohn Keiser2015-05-131-5/+6
* | Fix indentationThom May2015-05-051-15/+15
* | Merge branch 'minshallj/keep_suid_bit' of https://github.com/minshallj/chef i...Thom May2015-05-051-0/+18
|\ \
| * | test for retention of suid bitJacob Minshall2015-03-171-0/+18
* | | break up spec examplesLamont Granquist2015-05-011-3/+23
* | | test state_for_resource_reporter on file resourceLamont Granquist2015-05-011-1/+3
* | | fix specsLamont Granquist2015-05-011-2/+3
| |/ |/|
* | Fix faulty umask logic used in spec tests.Kartik Null Cating-Subramanian2015-03-161-5/+5
|/
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+30
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-0/+60
* 28fd0c9c87c6fceb7068776a04c32cd8381fe8f6 removed the path attribute fromSerdar Sutay2014-12-081-0/+10
* Execute and Script Resource improvementsLamont Granquist2014-12-081-24/+32
* Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-253-4/+4
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-083-4/+4
* | polishing provider_resolverLamont Granquist2014-11-081-6/+1
|/
* Fix some Windows specs.Claire McQuin2014-10-301-8/+10
* Use expect syntax.Claire McQuin2014-10-291-5/+8
* Update to RSpec 3.Claire McQuin2014-10-2914-551/+554
* 64-bit Windows functional script resource specs should not execute on 32-bit ...adamedx/32-bit-windows-spec-fixAdam Edwards2014-10-281-1/+1
* Merge pull request #1596 from opscode/lcg/provider-resovlerLamont Granquist2014-10-241-0/+71
|\
| * Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+71
* | windows_script specs for guard_interpreter exception behavior on ruby blocksAdam Edwards2014-10-231-0/+13
* | Set guard_interpreter using default_guard_interpreterAdam Edwards2014-10-232-0/+14
* | powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-233-3/+127
|/
* Remove the "path" attribute from "execute" resource which has never been back...Serdar Sutay2014-10-161-7/+0
* My local gemset was including the `json` gem, causing these tests to be ineff...tyler-ball2014-10-071-1/+5
* Found some JSON pretty printing statements I missedtyler-ball2014-10-071-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-0/+10
* Refactoring matchers into their own folders/filestyler-ball2014-09-293-17/+45
* Merge pull request #2059 from opscode/fix-integrationsChris Doherty2014-09-161-1/+4
|\
| * Gross hack: silence the mysterious post-test cleanup error while we investigate.Chris Doherty2014-09-151-1/+4