summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit/provider/file.rb
Commit message (Expand)AuthorAgeFilesLines
* eliminate some File.exists? from the file providerLamont Granquist2021-06-211-8/+2
* Resolve chefstyle warningsTim Smith2021-05-071-1/+1
* only run file verifiers when the contents changedJoshua Miller2021-03-111-0/+14
* Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-8/+12
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* some spec typosVivek Singh2020-04-071-1/+1
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-1/+0
* Fix undefined method `dirname' for Chef::Provider::File:Classlcg/file-verifier-outputVivek Singh2019-12-021-4/+16
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-4/+4
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* Tell people what file a link is pointing at.Phil Dibowitz2019-04-291-0/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-12/+12
* Slight improvements to validation failures. Shows the failing command if poss...Noah Kantrowitz2017-12-181-1/+9
* Do not modify File's new_resource during why-runScott Christopherson2017-01-201-0/+10
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Revert "Merge pull request #5123 from chef/lcg/resolv-replace"John Keiser2016-08-081-25/+0
* fix the spec filterLamont Granquist2016-07-191-1/+1
* only work around resolver caching on linuxLamont Granquist2016-07-191-2/+9
* replace glibc resolver with ruby resolverLamont Granquist2016-07-191-0/+18
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-3/+3
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-14/+14
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-9/+9
* fix typoLamont Granquist2015-12-141-1/+1
* mocking the filesystem is dumbLamont Granquist2015-12-141-0/+1
* fix mocksplosion removal on the windows sideLamont Granquist2015-12-141-4/+4
* delete commented out lines in spec testLamont Granquist2015-12-141-10/+0
* implement verifications as a propertyLamont Granquist2015-12-141-13/+11
* Use instance_double instead of instancejdm/fix-mixlib-shelloutJay Mundrawala2015-09-141-2/+2
* Fix failing specs on WindowsJay Mundrawala2015-09-141-3/+9
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-3/+3
* break up spec examplesLamont Granquist2015-05-011-3/+23
* test state_for_resource_reporter on file resourceLamont Granquist2015-05-011-1/+3
* fix specsLamont Granquist2015-05-011-2/+3
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+30
* Update to RSpec 3.Claire McQuin2014-10-291-210/+209
* decide if we're creating/unlinking up frontLamont Granquist2014-07-281-4/+6
* Update file providers to close before unlinking.danielsdeleo2014-02-031-0/+1
* Close before unlink because windowsdanielsdeleo2014-02-031-8/+11
* Use custom tempfile to avoid ruby 1.8-related test failuresdanielsdeleo2014-02-031-1/+26
* fix broken file provider specsLamont Granquist2014-01-291-0/+10
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-2/+2
* s/mock\(/double(/gLamont Granquist2014-01-291-6/+6
* fix windows pathing issue in spec testsLamont Granquist2013-11-211-38/+51
* spec tests for checksumLamont Granquist2013-11-111-43/+146
* OC-10380: add polymorphismLamont Granquist2013-11-111-1/+1
* OC-10380: skip checksumming for no-content filesLamont Granquist2013-11-111-0/+22