summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-116-19/+19
|\
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-156-19/+19
* | Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-094-2/+54
* | add json_attribs option for chef-apply commandsonots2015-02-091-0/+16
* | Use ApiClient#from_hash rather than relying on json_class in return dataSteven Danna2015-02-091-41/+55
* | Add ApiClient#from_hash and ApiClient#from_jsonSteven Danna2015-02-091-19/+57
* | Support HTTP/FTP source on rpm_packagesonots2015-02-091-0/+26
* | fix a busted deprecation specLamont Granquist2015-02-091-2/+1
* | patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-091-6/+6
* | Add Chef::Log.deprecation and associated wiringLamont Granquist2015-02-091-12/+26
* | add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-091-1/+61
* | Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-062-0/+45
* | specsLamont Granquist2015-02-054-12/+18
* | Merge pull request #2692 from jaymzh/multipackageLamont Granquist2015-02-049-53/+449
|\ \
| * | Try to fix spec againPhil Dibowitz2015-02-041-1/+1
| * | fix rubygems specLamont Granquist2015-02-031-1/+1
| * | Multipackage fixes to superclassLamont Granquist2015-02-039-54/+150
| * | Some more yum testsPhil Dibowitz2015-02-031-0/+34
| * | Some yum testsPhil Dibowitz2015-02-031-0/+66
| * | Some fixes for package provider, lots of unittestsPhil Dibowitz2015-02-031-0/+200
| * | Merge in the cleanups from reverted array diff.Phil Dibowitz2015-02-031-8/+8
| * | Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-031-34/+34
| * | Make yum always use arrays internallyPhil Dibowitz2015-02-031-34/+34
* | | Merge pull request #2855 from chef/tball/rspec32-fixTyler Ball2015-02-044-71/+10
|\ \ \ | |/ / |/| |
| * | Fixing Rspec 3.2 update. We were overriding private APIs which changed.tball/rspec32-fixtyler-ball2015-02-044-71/+10
* | | fix LWRP constant lookupsLamont Granquist2015-02-031-0/+24
|/ /
* | use context in conjunction with let as opposed to local variables and require...David Crowder2015-01-281-62/+61
* | fix error in tests where shell_out was being expected incorrectlyDavid Crowder2015-01-281-3/+3
* | switch to the let syntax for the rpm spec tests instead of a before block wit...David Crowder2015-01-281-74/+82
* | use shell_out! where appropriate and revert incorrectly scoped variableDavid Crowder2015-01-281-7/+7
* | Fix #2663 - refactor to use shell_out in rpm providerDavid Crowder2015-01-281-15/+18
* | Fixed typo in test from #2823.Julian C. Dunn2015-01-281-1/+1
* | Merge pull request #2780 from chef/btm/disable-windows-leak-testsBryan McLellan2015-01-271-2/+2
|\ \
| * | Disable win32 memory leak testsbtm/disable-windows-leak-testsBryan McLellan2015-01-201-2/+2
* | | Merge pull request #2823 from chef/lcg/mergesLamont Granquist2015-01-2712-84/+40
|\ \ \
| * | | Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)Xabier de Zuazo2015-01-275-31/+5
| * | | Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, issue...Xabier de Zuazo2015-01-271-6/+6
| * | | Provider::User: remove gecos#force_encoding existence check (ruby 1.8 specifi...Xabier de Zuazo2015-01-271-1/+1
| * | | EncryptedDataBagItem: remove Cipher#auth_data method existence check (ruby 1....Xabier de Zuazo2015-01-272-27/+1
| * | | Remove binread functions (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-10/+1
| * | | userdel functional test fixkaustubh-d2015-01-271-5/+18
| * | | define dummynode for specsawanoboly2015-01-271-4/+8
* | | | Add policyfile native support to policy builderdanielsdeleo2015-01-271-1/+46
* | | | Add policy support to ChefFS configurationdanielsdeleo2015-01-271-0/+52
|/ / /
* | | Merge pull request #2717 from chef/tball/guard_interpreterTyler Ball2015-01-262-0/+30
|\ \ \
| * | | Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-052-0/+30
* | | | Merge remote-tracking branch 'habermann24/patch-1' into tball/merging-2707tyler-ball2015-01-262-86/+118
|\ \ \ \
| * | | | Convert data_bag_item_spec to let syntaxJan Habermann2014-12-311-85/+97
| * | | | Use new expect syntax instead of shouldJan Habermann2014-12-311-1/+1
| * | | | Add destroy data bag spec for setting proper default parameterJan Habermann2014-12-311-0/+20