summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* final fix for ohai-13 breakagelcg/bump-to-chef-13Lamont Granquist2017-02-281-10/+9
* self-deps are now just illegalLamont Granquist2017-02-281-9/+5
* fix powershell_script tests for mandatory code blocksLamont Granquist2017-02-281-4/+14
* removing a Chef-13 deprecation i sorta disagree withLamont Granquist2017-02-281-8/+1
* raise on cookbook self-dependencyLamont Granquist2017-02-281-11/+3
* remove policyfile fallback API for old Chef ServersLamont Granquist2017-02-281-50/+4
* remove test that removing load_node brokeLamont Granquist2017-02-281-21/+0
* Chef-13: Remove Chef::PolicyBuilder::ExpandNodeObject#load_nodeLamont Granquist2017-02-281-6/+2
* Chef-13: relative creates paths in the execute resource requires a cwdLamont Granquist2017-02-281-13/+3
* Chef-13: Remove supports API from all user providersLamont Granquist2017-02-283-59/+13
* Chef 13: script resources (and e.g. bash) require 'code' propertyLamont Granquist2017-02-281-45/+11
* Chef-13: chef_gem no longer runs at compile time by defaultLamont Granquist2017-02-281-62/+16
* Chef 13: remove unused path property from execute resourceLamont Granquist2017-02-282-10/+4
* Chef-13 break: script and all its subclasses now errors on 'command' propertyLamont Granquist2017-02-282-10/+2
* fix recipes to always have duplicated default recipesLamont Granquist2017-02-281-4/+7
* Bump chef version to 13.0.0Lamont Granquist2017-02-281-3/+4
* Merge pull request #5840 from chef/er-478/fips_bootstrapTyler Ball2017-02-231-0/+17
|\
| * Require chef/version when trying to read iter-478/fips_bootstrapTyler Ball2017-02-231-0/+17
* | Add a spec for apt_package install with quoted optionsmh/apt_package_fixMark Harrison2017-02-231-0/+10
|/
* Merge pull request #5816 from chef/lcg/yum-coerce-array-attributesLamont Granquist2017-02-141-1/+42
|\
| * coerce immutable arrays to normal arrayslcg/yum-coerce-array-attributesLamont Granquist2017-02-141-1/+42
* | Make it easier to have a versioned factorytm/versioned_apiThom May2017-02-143-0/+220
|/
* re-fix redundant selflcg/fix-more-chefstylesLamont Granquist2017-02-131-31/+31
* greenify rspecLamont Granquist2017-02-131-58/+58
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-137-55/+47
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-1123-310/+324
* Suppress sensitive properties from resource outputTom Duffield2017-02-101-0/+18
* Update windows rspec filter to fix buildsTom Duffield2017-02-101-1/+4
* Merge pull request #5793 from chef/lcg/data-collector-utf8massterTom Duffield2017-02-091-1/+1
|\
| * sanitize utf8 data going to serverlcg/data-collector-utf8Lamont Granquist2017-02-081-1/+1
* | fix for rubocop 0.47.1Lamont Granquist2017-02-091-1/+1
* | Merge pull request #5794 from biinari/fix/deprecated-chef-platform-methods-cl...Thom May2017-02-091-1/+28
|\ \
| * | Fix chef_platform_methods deprecation class nameBill Ruddock2017-02-081-1/+28
| |/
* | Fix functional tests for alternate user supportBryan McLellan2017-02-094-4/+11
* | Merge pull request #5791 from chef/tduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-40/+47
|\ \ | |/ |/|
| * Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-58/+47
| * Add specs to cover yum_package failure scenariosTom Duffield2017-02-071-0/+18
* | slightly better organizationlcg/dnf-rhel7Lamont Granquist2017-02-071-46/+46
* | add spec tests on propagating errorsLamont Granquist2017-02-071-0/+29
* | add a couple where-with-a-block testsLamont Granquist2017-02-072-8/+20
* | add tests for 'where'Lamont Granquist2017-02-071-1/+43
* | add unit tests for `which` behaviorLamont Granquist2017-02-071-0/+106
* | fix return of which()Lamont Granquist2017-02-071-13/+2
|/
* Fixed specsnimisha2017-02-024-310/+215
* Fixed bugs, review comments and specsnimisha2017-02-023-7/+17
* Rubocop violations in execute resource alternate user implementationadamedx2017-02-025-35/+35
* Rubcop violations in alt-user execute common codeadamedx2017-02-022-35/+35
* Workaround on Windows execute tests for leaked user profilesAdam Edwards2017-02-021-2/+7
* Windows alternate user support for execute resourcesAdam Edwards2017-02-027-12/+425
* Windows user identity user name and credntial validationAdam Edwards2017-02-021-0/+201