summaryrefslogtreecommitdiff
path: root/spec/unit/provider/file_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-5/+5
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-1/+1
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
* spec tests for checksumLamont Granquist2013-11-111-1/+3
* Fix specs on windows.sersut2013-05-231-2/+6
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-1/+1
* moving lets out of behaviorLamont Granquist2013-04-011-0/+14
* file provider spec workLamont Granquist2013-03-201-559/+4
* fixing busted specs on windowsLamont Granquist2013-03-181-5/+6
* refactoring of file providersLamont Granquist2013-03-151-395/+472
* Stub windows platform detection in spec testsdanielsdeleo2013-01-071-0/+3
* [CHEF-3557] report file modes with leading 0 for claritydanielsdeleo2013-01-041-2/+2
* [CHEF-3557] Fix tests after rebasedanielsdeleo2013-01-031-3/+3
* [CHEF-3557] remove load_current_resource_attrs corpsedanielsdeleo2013-01-031-2/+13
* [CHEF-3557] remove load_current_resource_attrsdanielsdeleo2013-01-031-36/+28
* [CHEF-3715] remove caching of sha256 cksumsdanielsdeleo2012-12-211-5/+8
* strip trailing whitespacedanielsdeleo2012-12-211-24/+24
* fixes binmode issues on windowsdanielsdeleo2012-11-191-2/+4
* Finished refactoring converge and updated teststylercloke2012-11-051-1/+0
* 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/+498
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-224/+0
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+11
* Adding remote_file testsAdam Jacob2008-08-171-0/+1
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-0/+13
* chef compilesAdam Jacob2008-04-271-0/+19
* Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,...Adam Jacob2008-04-071-1/+1
* Bringing the file provider to 100 coverageAdam Jacob2008-03-231-1/+25
* Adding a File providerAdam Jacob2008-03-231-0/+169