summaryrefslogtreecommitdiff
path: root/spec/unit/util/dsc
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
* Use double quotes by defaultThom May2016-01-144-108/+108
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* Added spec for resource_storeJay Mundrawala2015-03-201-0/+76
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-2/+24
|\
| * Added test to configuration_generator_spec to make sure multiple imports workjdm/dsc_script_importsJay Mundrawala2015-02-091-0/+6
| * Added unit tests for dsc configuration generator when imports are presentJay Mundrawala2015-02-081-0/+16
| * Make specs pass with changes for allowing dsc resource importsJay Mundrawala2015-01-201-2/+2
* | Fixed local_configuration_manager_specjdm/dsc_timeoutJay Mundrawala2015-02-101-5/+5
|/
* Add whitespacejdm/lcm-parser-fixesJay Mundrawala2014-12-171-1/+1
* Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-171-2/+2
* Don't care how many timess you warn, just do itJay Mundrawala2014-12-171-4/+4
* Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-171-12/+7
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-293-31/+31
* Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
* Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-221-5/+5
* Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-4/+4
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-27/+18
* configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-191-33/+31
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-192-135/+135
* Correctly handle dsc resource import failuresAdam Edwards2014-09-192-2/+136
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-18/+30
* DSC: Added test for dsc_script providerAdam Edwards2014-09-191-2/+2
* Added unit tests for configuration_generatorJay Mundrawala2014-09-191-0/+173
* Parse WhatIf from LCMJay Mundrawala2014-09-191-0/+166