summaryrefslogtreecommitdiff
path: root/spec/unit/mixin
Commit message (Expand)AuthorAgeFilesLines
* Added spec for as_urijdm/1848Jay Mundrawala2015-05-211-0/+10
* Refactor uris_specJay Mundrawala2015-05-211-14/+16
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-202-4/+4
* Use custom uri matcherJay Mundrawala2015-05-151-0/+45
* Allow unformatter to work when logger is not showing timestampsJay Mundrawala2015-05-071-2/+0
* Added spec for unformatter mixinJay Mundrawala2015-05-071-0/+63
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-75/+61
* Escape strings when they contain a special characterJay Mundrawala2015-03-201-0/+11
* Added type coercsion for arrayJay Mundrawala2015-03-201-0/+4
* Update PowershelTypeCoercions to call to_psobjectJay Mundrawala2015-03-201-0/+6
* Add type coercion for hashJay Mundrawala2015-03-201-0/+5
* Added Powershell Type Coercion mixinJay Mundrawala2015-03-201-0/+46
* add explicit test for nillable_set_or_returnLamont Granquist2015-02-231-0/+7
* add nillable_set_or_return tests to the mixinLamont Granquist2015-02-231-63/+70
* fix some of the spec titlesLamont Granquist2015-01-121-10/+10
* add forcing of LANG and LANGUAGE env varsLamont Granquist2015-01-121-11/+40
* Renamed dummy_obj to shell_out_objjdm/shellout-specJay Mundrawala2014-12-141-39/+39
* Cleanup Mixin:ShellOut use/specsJay Mundrawala2014-12-141-40/+39
* remove invalid invalidsubtractivemerge specsLamont Granquist2014-11-211-26/+0
* Revert "CHEF-4101: DeepMerge - support overwriting hash values with nil"sersut/revert-attr-nil-overrideSerdar Sutay2014-11-081-14/+0
* Update to RSpec 3.Claire McQuin2014-10-2914-409/+409
* Fixing testtyler-ball2014-10-071-16/+19
* Moving documentation to a more logical place. Also no longer dis-allowing us...tyler-ball2014-10-071-7/+13
* homebrew_owner now tries to run homebrew as the user who owns the `brew` exec...tyler-ball2014-10-072-65/+91
* Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-0/+65
* fixing travis LC_ALL errorsLamont Granquist2014-09-091-6/+6
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-64/+134
* CHEF-4101: DeepMerge - support overwriting hash values with nilMalte Swart2014-08-231-0/+14
* Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-301-1/+1
* Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-271-102/+53
* Properly modify environment option based on ENVClaire McQuin2014-06-271-31/+114
* Fix shell_out_with_systems_locale logic, add specs.Claire McQuin2014-06-271-0/+58
* Merge pull request #1000 from ljagiello/CHEF-4562Claire McQuin2014-06-091-0/+4
|\
| * Unit test for CHEF-4562Lukasz Jagiello2013-10-031-0/+4
* | Fix warnings caused by reloading Configdanielsdeleo2014-04-241-20/+18
* | Use safe_dup for DeepMerge#deep_merge to avoid TypeErrordanielsdeleo2014-03-241-0/+4
* | Rescue TypeError duping un-dupable types in deep mergedanielsdeleo2014-03-241-0/+6
* | [CHEF-4918] Don't destructively merge subhashes in hash_only_merge!Steven Danna2014-03-191-0/+7
* | fix should_not raise_error(SpecificException)Lamont Granquist2014-01-292-104/+104
* | s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
* | s/stub!/stub/gLamont Granquist2014-01-296-17/+17
* | CHEF-4734: Stop enforcing group/owner regular expressionsLamont Granquist2014-01-091-3/+77
* | allow chef to be invoked with empty environment (env -i)Ranjib Dey2013-12-201-0/+6
* | Mark popen4 tests "volatile" to prevent spurious Ci failuresdanielsdeleo2013-10-181-1/+1
* | Use the platform's line endings when rendering templates.sersut2013-10-021-0/+34
* | revert another checksum to pre-whitespace stateLamont Granquist2013-09-261-1/+1
* | Normalize whitespace on all filesSeth Vargo2013-09-266-92/+92
|/
* Don't bother cleaning up Chef::Config after tests or initializing things to d...John Keiser2013-09-161-1/+0
* Reset configuration before each testJohn Keiser2013-09-161-9/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-7/+3