summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Supress stdout/err output from knife testsdanielsdeleo2014-04-246-5/+18
* Prevent code reloading in knife tests (fixes constant warnings)danielsdeleo2014-04-241-0/+3
* Remove classes before redefining to fix warnings.danielsdeleo2014-04-241-0/+7
* Silence warnings when testing deprecated APIsdanielsdeleo2014-04-241-2/+15
* Prevent knife application test from reloading codedanielsdeleo2014-04-241-0/+3
* Configure correct logger to fix logger trap context warningsdanielsdeleo2014-04-241-0/+2
* Fix warnings caused by reloading Configdanielsdeleo2014-04-241-20/+18
* Fix constant redefinition warnings in config testsdanielsdeleo2014-04-241-6/+0
* Fix rspec warningsdanielsdeleo2014-04-249-38/+43
* Prevent tests from overriding rspec's trap handlerdanielsdeleo2014-04-244-0/+7
* Merge: Get local mode passing against chef-pedantJohn Keiser2014-04-234-135/+237
|\
| * Make root_dir required for CookbookVersion to generate manifestJohn Keiser2014-04-234-135/+237
* | CHEF-5211: Make sure ohai[:fqdn] succeedsBryan McLellan2014-04-221-0/+1
* | Merge pull request #1358 from johntdyer/masterlamont-granquist2014-04-221-35/+58
|\ \ | |/ |/|
| * bogus push to try and get travisCI to behaveJohn Dyer2014-04-211-0/+1
| * CHEF-5116 - Fix two tests for remote_file net/http exceptionsJohn Dyer2014-04-211-36/+58
* | Make OS X service resource work when the plist doesn't exist yet.danielsdeleo2014-04-161-0/+37
* | windows path fix for CHEF-4472Bastien JOVE2014-04-101-0/+23
* | quote git rev_pattern to prevent pathname expansionJeremiah Snapp2014-04-101-4/+4
* | CHEF-5198: a better fixLamont Granquist2014-04-091-1/+1
* | Merge pull request #1368 from opscode/lcg/CHEF-5198lamont-granquist2014-04-091-1/+1
|\ \
| * | fix spec testLamont Granquist2014-04-091-1/+1
| |/
* | Wrap code in an instance_eval context for syntax check.danielsdeleo2014-04-091-4/+5
|/
* [11] Don't catch SIGTERM if not in daemon modePhil Dibowitz2014-04-011-0/+2
* Merge pull request #1354 from opscode/chef-5169Serdar Sutay2014-03-311-0/+32
|\
| * Add spec for CHEF-5169.sersut2014-03-311-0/+32
* | Merge pull request #1353 from opscode/ci-spec-updatesSerdar Sutay2014-03-311-1/+1
|\ \ | |/ |/|
| * Fix / Mark volatile the transient failures on Solaris.sersut2014-03-281-1/+1
* | Mount spec should use File::expand_path for symmetry on WindowsAdam Edwards2014-03-311-5/+10
* | CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-292-7/+7
* | CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-0/+40
* | CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-0/+18
* | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-293-7/+7
* | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-293-13/+20
* | CR feedback: use expect to explicitly test exception behaviorAdam Edwards2014-03-292-13/+3
* | CR feedback: remove duplicate specsAdam Edwards2014-03-291-17/+0
* | Guard resource new specs and spec fixesAdam Edwards2014-03-293-2/+126
* | Spec test break in to_hash due to new guard_interpreter attribute in Chef::Re...Adam Edwards2014-03-291-1/+1
|/
* [CHEF-5132] more tests added for ImmutableCollections #to_a and #to_hash methodsXabier de Zuazo2014-03-281-9/+41
* [CHEF-5132] ImmutableCollections #to_a and #to_hash tests changed to use #be_...Xabier de Zuazo2014-03-281-19/+19
* [CHEF-3953] ImmutableMash and ImmutableArray should implement to_hash and to_...brianbianco2014-03-281-0/+23
* Update the unit tests to use the files names instead of the number of filesMatt Veitas2014-03-281-3/+14
* CHEF-4203: Honor the chefignore file for knife cookbook testMatt Veitas2014-03-282-0/+27
* [CHEF-3610] Set log_level for chef-client when '-VV' is specified in the knif...Hui Hu2014-03-281-0/+7
* CHEF-4957: Mount resource won't work when device is a relative symlinkMaxime Caumartin2014-03-281-0/+25
* CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-283-3/+3
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-273-0/+214
* CHEF-5100:Lamont Granquist2014-03-273-0/+229
* Merge pull request #948 from thommay/chef-4443Serdar Sutay2014-03-272-1/+10
|\
| * move run_list twiddling into the policy builderThom May2014-03-041-1/+1