summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0213-13/+13
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-148-79/+79
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-136-10/+10
* Move server and repository fs objects to their own directoriesJohn Keiser2016-01-131-8/+7
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* fix typoLamont Granquist2015-12-141-1/+1
* mocking the filesystem is dumbLamont Granquist2015-12-141-0/+1
* fix mocksplosion removal on the windows sideLamont Granquist2015-12-141-4/+4
* delete commented out lines in spec testLamont Granquist2015-12-141-10/+0
* implement verifications as a propertyLamont Granquist2015-12-141-13/+11
* respond to review commentsThom May2015-11-091-0/+5
* add a failing test case for value_for_platformJordan Evans2015-10-241-0/+7
* Add test for nonzero systemctl exit codeJohn Keiser2015-09-282-79/+46
* Add system providers to the list of world-stubbed stuffJohn Keiser2015-09-281-8/+27
* Test more of provider resolution by mocking the filesystem and commandsJohn Keiser2015-09-281-0/+60
* Use instance_double instead of instancejdm/fix-mixlib-shelloutJay Mundrawala2015-09-141-2/+2
* Fix failing specs on WindowsJay Mundrawala2015-09-141-3/+9
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-2/+2
* 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
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-3/+3
* 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
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+30
* 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-251-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | polishing provider_resolverLamont Granquist2014-11-081-6/+1
|/
* Update to RSpec 3.Claire McQuin2014-10-298-350/+349
* 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-231-0/+4
* | powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-232-3/+19
|/
* Remove the "path" attribute from "execute" resource which has never been back...Serdar Sutay2014-10-161-7/+0
* raise error if multiple constraints are metJordan Evans2014-08-211-27/+22
* add tests for pessmisitics to value_for_platformJordan Evans2014-08-211-0/+16
* initial pass at supporting version constraints in value_for_platformJordan Evans2014-08-211-0/+11
* Merge pull request #1715 from opscode/lcg/file-provider-fixeslamont-granquist2014-08-091-4/+6
|\
| * decide if we're creating/unlinking up frontLamont Granquist2014-07-281-4/+6
* | Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-1/+10
|/
* Make indentable print() function more intelligibleJohn Keiser2014-05-021-2/+2
* CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-291-1/+1
* CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-0/+7
* Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-291-2/+2
* CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-291-2/+2