summaryrefslogtreecommitdiff
path: root/spec/support/shared
Commit message (Expand)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0217-26/+26
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0214-14/+14
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0223-23/+23
* suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failuresLamont Granquist2016-01-261-0/+6
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-4/+4
* Use double quotes by defaultThom May2016-01-1424-211/+211
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-1313-26/+26
* Move server and repository fs objects to their own directoriesJohn Keiser2016-01-131-8/+7
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-6/+6
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-9/+11
* 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
* bump up timeout for travisLamont Granquist2015-12-111-2/+2
* immediately_before -> beforeJohn Keiser2015-12-091-1/+1
* Fix testsJohn Keiser2015-12-091-0/+6
* respond to review commentsThom May2015-11-091-0/+5
* add a failing test case for value_for_platformJordan Evans2015-10-241-0/+7
* Quote paths.mcquin/chef-3883Claire McQuin2015-10-061-1/+22
* Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-051-3/+11
* Merge pull request #4016 from chef/mcquin/nano-ps-scriptClaire McQuin2015-10-021-25/+33
|\
| * Resolve resource_architecture and guard_architecture stubs.Claire McQuin2015-10-011-32/+26
| * Use -Command flag on NanoClaire McQuin2015-10-011-4/+18
* | 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
|/
* Safely clean up Win32 namespace after specsClaire McQuin2015-09-211-0/+34
* 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