summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2749 from opscode/jdm/metadata-error-infoJay Mundrawala2015-01-131-1/+5
* Allow knife to install cookbooks with metadata.jsonJay Mundrawala2015-01-131-116/+157
* Merge pull request #2074 from opscode/ryan/group_post-11-stableSerdar Sutay2014-11-191-0/+63
|\
| * Add unit test for group normalization in ChefFSRyan Cragun2014-11-191-0/+63
* | Fix conflicting data in test casesdanielsdeleo2014-11-131-4/+4
* | Merge branch 'chef-dk-227' into 11-stabledanielsdeleo2014-11-131-1/+66
|\ \ | |/ |/|
| * Add test data for chef-dk#227 regex strictnessdanielsdeleo2014-11-131-2/+19
| * Add regression test for #chef-dk#227 extraneous load issuedanielsdeleo2014-11-131-1/+49
* | Remove unnecessary contexts in DSC functional specsadamedx/dsc-params-11-stableAdam Edwards2014-10-271-44/+36
* | DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-271-4/+57
* | Merge pull request #2252 from opscode/jdmundrawala/env-splitjdmundrawala/11-env-splitJay Mundrawala2014-10-262-13/+78
* | Merge pull request #2264 from opscode/jdmundrawala/issue-2225jdmundrawala/11-issue-2225Jay Mundrawala2014-10-241-1/+6
* | Merge pull request #2281 from opscode/jdmundrawala/lcm-renamesjdmundrawala/11-lcm-renamesJay Mundrawala2014-10-241-5/+5
* | Merge pull request #1871 from opscode/lcg/supermarket-urlssersut/backport-supermarket-switchlamont-granquist2014-10-162-4/+5
* | Merge pull request #2190 from opscode/jdmundrawala/issue-2169Jay Mundrawala2014-10-131-4/+4
* | Merge pull request #2188 from opscode/jdmundrawala/11-stableJay Mundrawala2014-10-132-134/+134
|\ \
| * | Merge pull request #2103 from opscode/jdmundrawala/issue-2027-masterJay Mundrawala2014-10-082-134/+134
* | | Merge pull request #2208 from opscode/jdmundrawala/env-path-spec-fixjdmundrawala/11-stable-env-path-spec-fixJay Mundrawala2014-10-131-4/+3
* | | Exclude knife integration tests on server platformsBryan McLellan2014-10-0917-16/+19
|/ /
* | Adding back to prevent breaking people who use Hash.to_jsontball/11-stable-yajl-replace-jsontyler-ball2014-10-082-10/+4
* | Ruby 1.8.7 does some weird hash printing where it gives different ordering - ...tyler-ball2014-10-081-2/+2
* | Fixing integration tests I didn't check last time I committedtyler-ball2014-10-085-10/+25
* | First pass at removing JSON dependency, switching it for ffi-yajltyler-ball2014-10-0834-68/+182
|/
* Make FileVendor configuration specific to the two implementationssersut/port-policyfile-fixdanielsdeleo2014-10-0710-10/+88
* Merge pull request #2142 from opscode/jdmundrawala/11-windows-env-fixJay Mundrawala2014-10-062-171/+253
|\
| * Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-302-171/+253
* | Merge pull request #1912 from jessehu/CHEF-ISSUE-1904sersut/backport-chef-1912Claire McQuin2014-10-021-1/+4
|/
* Add the pending() guard to the 'when there's no reboot keys present' spec.Chris Doherty2014-09-291-2/+5
* DSCL resource says it doesn't support OS X below 10.7, so don't run it on 10.6.Chris Doherty2014-09-291-1/+2
* [11] Fix whyrun_safe_ruby_block regressionPhil Dibowitz2014-09-092-2/+53
* DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-054-61/+122
* Merge pull request #1982 from opscode/sersut/user-dscl-fixSerdar Sutay2014-09-041-1/+2
* lcm parser is a lot more forgivingJay Mundrawala2014-09-041-27/+18
* configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-041-33/+31
* Added test for #generate_description in provider/dsc_script_specJay Mundrawala2014-09-031-0/+20
* Cleanup dsc_script_spec to use newer rspec conventionsJay Mundrawala2014-09-031-43/+40
* Merge pull request #1975 from opscode/platform/11-dscBryan McLellan2014-09-0310-0/+1286
|\
| * Make Chef::Util::Powershell::Cmdlet Ruby 1.8.7 friendlyBryan McLellan2014-09-031-6/+6
| * Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-035-588/+588
| * DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-031-4/+225
| * Correctly handle DSC resource import failures in start-dscconfiguration --wha...Adam Edwards2014-09-032-2/+136
| * DSC spec platform detection via WMIAdam Edwards2014-09-034-3/+17
| * Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-032-20/+36
| * Added unit test for powershell cmdletJay Mundrawala2014-09-031-0/+106
| * DSC: Added test for dsc_script providerAdam Edwards2014-09-032-2/+126
| * Added unit tests for configuration_generatorJay Mundrawala2014-09-031-0/+173
| * Add configurationdata attribute supportAdam Edwards2014-09-031-8/+33
| * Parse WhatIf from LCMJay Mundrawala2014-09-031-0/+166
| * Updated powershell functional tests to work with changes to Chef::Util::Power...Jay Mundrawala2014-09-031-17/+15
| * Initial dsc_configuration resource implementationAdam Edwards2014-09-035-0/+309