summaryrefslogtreecommitdiff
path: root/spec/unit/provider/cookbook_file_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-8/+8
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-1/+1
| | | | mechanically generated patch using transpec 2.3.7 gem
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
|
* spec tests for checksumLamont Granquist2013-11-111-1/+2
| | | | | - plus stubbing of things that weren't stubed - and changing stub! to stub
* Fix specs on windows.sersut2013-05-231-2/+6
|
* Move file content management logic outside of providers under ↵sersut2013-05-161-1/+1
| | | | Chef::FileContentManagement for reusability in the future.
* CHEF-4082: mutating the new resource is bad, and ruby handles bothLamont Granquist2013-04-111-16/+0
| | | | | kinds of path slashes just fine. unsure of why this was put here to begin with and its breaking stuff, so remove it.
* moving let()s out of behaviorLamont Granquist2013-04-011-0/+13
|
* moar spec test fixesLamont Granquist2013-03-251-64/+15
|
* more spec test workLamont Granquist2013-03-221-141/+15
|
* file provider spec workLamont Granquist2013-03-201-23/+40
|
* [CHEF-3557] fix reporting for directory-like resourcesdanielsdeleo2013-01-031-7/+1
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+220
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!