summaryrefslogtreecommitdiff
path: root/spec/unit/provider/directory_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix failing directory unit tests on rheljdm/rhel-dir-specJay Mundrawala2015-08-171-0/+1
* Added support for OS X 10.11 SIP pathsNate Walck2015-08-111-0/+34
* rewrite specs for directoryLamont Granquist2015-05-261-135/+199
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Update directory resource to use FileAccessControl to check if file is writableJay Mundrawala2015-02-171-4/+4
* Update to RSpec 3.Claire McQuin2014-10-291-1/+1
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-55/+55
* s/mock\(/double(/gLamont Granquist2014-01-291-2/+2
* s/stub!/stub/gLamont Granquist2014-01-291-16/+16
* Selinux spec fixes when running under root.sersut2013-05-281-2/+2
* moar spec test fixesLamont Granquist2013-03-251-18/+18
* more spec test workLamont Granquist2013-03-221-3/+3
* remove mistaken message expectationdanielsdeleo2013-01-071-1/+0
* Make tests unix_only where the stubs don't work on windows.danielsdeleo2013-01-071-3/+13
* Add missing stubs for File.directory?("/tmp")danielsdeleo2013-01-071-0/+2
* Stub windows detection in directory spec.danielsdeleo2013-01-071-0/+3
* [CHEF-3557] report file modes with leading 0 for claritydanielsdeleo2013-01-041-1/+1
* [CHEF-3557] fix reporting for directory-like resourcesdanielsdeleo2013-01-031-1/+2
* [CHEF-3557] remove load_current_resource_attrsdanielsdeleo2013-01-031-64/+81
* Fix directory_spec on Windows.sersut2012-12-141-4/+7
* Merge branch '10-stable'Bryan McLellan2012-10-301-66/+72
|\
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+147
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-98/+0
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+11
* Adding a directory resource and providerAdam Jacob2008-04-281-0/+100