summaryrefslogtreecommitdiff
path: root/spec/unit/provider/remote_file/local_file_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-2/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-6/+25
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-9/+9
* windows path fix for CHEF-4472Bastien JOVE2014-04-101-0/+23
* s/mock\(/double(/gLamont Granquist2014-01-291-2/+2
* CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-1/+2
* Remove unused class RemoteFile::Result.sersut2013-06-031-3/+1
* remove non-functional conditional fetch from local filedanielsdeleo2013-05-241-75/+13
* remove mock/stubs of value objects. mv setup to contextsdanielsdeleo2013-05-241-33/+49
* refactor local file specs to use let blocksdanielsdeleo2013-05-241-48/+42
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-3/+3
* specs and fixes for local file urisLamont Granquist2013-04-101-0/+114