summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make resource_name call providesJohn Keiser2015-06-017-50/+14
* Toss an error if a resource without a resource_name is createdJohn Keiser2015-06-011-0/+21
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-0110-34/+109
* Merge branch 'master' into namelessNoah Kantrowitz2015-05-2936-703/+1064
|\
| * Fix subcommand loader testfix-subcommand-loader-testsdanielsdeleo2015-05-291-0/+1
| * Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-291-3/+18
| * Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-292-12/+54
| * PowerShell 2.0 exit code spec fixes for powershell_scriptAdam Edwards2015-05-291-4/+27
| * Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-291-1/+7
| * Get specs to passAdam Edwards2015-05-291-1/+1
| * powershell_script spec for invalid syntax error handlingAdam Edwards2015-05-291-0/+6
| * change executionpolicy to unrestrictedLamont Granquist2015-05-291-1/+1
| * add powershell_out mixinLamont Granquist2015-05-292-0/+113
| * Groups should not exist before managing groups that don't exist in testsBryan McLellan2015-05-291-0/+5
| * Fix up deprecated_attr_*, add testsJohn Keiser2015-05-281-0/+55
| * Increase the Timeout::timeout in execute timeout testBryan McLellan2015-05-281-2/+9
| * windows does not have unamelcg/windows-doesnt-have-unameLamont Granquist2015-05-271-1/+1
| * Give captured exception a meaningful nameClaire McQuin2015-05-271-2/+2
| * Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-272-4/+31
| * remove configuration optionClaire McQuin2015-05-272-74/+16
| * refactor ohai stubs, remove hardcodingClaire McQuin2015-05-272-17/+18
| * Use shared contexts and shared examples to minimize code duplication.Claire McQuin2015-05-273-418/+378
| * Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-271-10/+78
| * Mark run failed on failed audits unless configured to audit as warning.Claire McQuin2015-05-272-123/+181
| * Added spec for #3394Jay Mundrawala2015-05-271-0/+25
| * Test format_for_display when given keys don't exist at alldanielsdeleo2015-05-261-0/+7
| * write spec for d15df60bf493ece1d92bdadb6753d76beedaad73sawanoboly2015-05-261-0/+7
| * add shell_out to resourcesLamont Granquist2015-05-261-0/+12
| * Move `skip` for useradd test to metadatadanielsdeleo2015-05-261-8/+7
| * Merge pull request #3397 from chef/lcg/directory-missing-owner-validation-checkLamont Granquist2015-05-261-135/+199
| |\
| | * rewrite specs for directoryLamont Granquist2015-05-261-135/+199
| * | Fix overridden method `skip` causing arity failuresdanielsdeleo2015-05-261-10/+3
| |/
| * Purge pending specscleanup-pendingdanielsdeleo2015-05-2315-133/+24
| * Remove volatile pending testdanielsdeleo2015-05-231-12/+0
| * Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+46
* | Add specs for Chef::DSL::Resources.Noah Kantrowitz2015-05-291-0/+85
|/
* Added spec for as_urijdm/1848Jay Mundrawala2015-05-211-0/+10
* Refactor uris_specJay Mundrawala2015-05-211-14/+16
* Update specs for remote local file + spacesJay Mundrawala2015-05-212-6/+30
* Make policyfile native mode the defaultpolicyfile-native-defaultdanielsdeleo2015-05-201-1/+5
* Stub config loading that was breaking tests on my boxdanielsdeleo2015-05-201-0/+9
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-2025-31/+31
* Chef::Config is now tested in chef-configdanielsdeleo2015-05-201-587/+0
* Use PathHelper from chef-configdanielsdeleo2015-05-201-255/+0
* Merge pull request #3267 from dbjorge/issue-3266Thom May2015-05-203-12/+72
|\
| * Pin sid_spec default group expectation to observed behaviorDan Bjorge2015-04-232-2/+6
| * Stop sid_spec.rb from referencing Win32 classes on non-WindowsDan Bjorge2015-04-231-1/+3
| * Added trailing newline to new sid_spec.rbDan Bjorge2015-04-231-1/+1
| * securable_resource functional specs compare default creation permissions agai...Dan Bjorge2015-04-232-12/+66
* | Show cookbook trace when available regardless of exception typedanielsdeleo2015-05-201-0/+16