summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* refactor unix securable tests: make updated status explicitdanielsdeleo2012-11-061-24/+57
| | | | | splits tests for updated_by_last_action to their own examples so it's more explicit in the code and specdoc.
* assert starting state, remove atime checksdanielsdeleo2012-11-063-6/+37
| | | | | Chef will nearly always change the atime when inspecting the current state of the file; previous tests were passing by accident.
* verify updated/not updated for directory-like resourcesdanielsdeleo2012-11-061-23/+75
|
* verify updated/not updated for file-like resourcesdanielsdeleo2012-11-061-52/+136
|
* [CHEF-3499] move platform introspection tests into shared examplesdanielsdeleo2012-11-021-0/+162
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-3018-0/+1545
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!