summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-022-2/+2
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-142-33/+33
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* 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-292-279/+278
* Merge pull request #1715 from opscode/lcg/file-provider-fixeslamont-granquist2014-08-091-4/+6
|\
| * decide if we're creating/unlinking up frontLamont Granquist2014-07-281-4/+6
* | Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-1/+10
|/
* 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-292-3/+3
* s/mock\(/double(/gLamont Granquist2014-01-292-13/+13
* s/stub!/stub/gLamont Granquist2014-01-291-15/+15
* 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
* CHEF-3582: Fix #check_lock under why-runBryan McLellan2013-11-061-0/+18
* Fix test expectations for windows file separatorsDaniel DeLeo2013-07-031-2/+4
* Update tests to expect normalized filenamesDaniel DeLeo2013-06-261-4/+10
* Ensure usermod -d option comes before -m.danielsdeleo2013-06-211-5/+6
* [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-201-67/+65
* Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-201-0/+408
* Unit specs for selinux code.sersut2013-05-231-59/+80
* Fix specs on windows.sersut2013-05-231-36/+46
* force_unlink tests for symlinks.sersut2013-05-221-1/+1
* Fix comments that include FIXME / TODO / XXX.sersut2013-05-201-4/+3
* fix warning for space between method and parensdanielsdeleo2013-05-161-3/+3
* Update spec tests for method name change on file provider.sersut2013-05-151-7/+7
* moving let()s out of behaviorLamont Granquist2013-04-011-13/+0
* fix specs for loading new_resource sha256 changes for reporting in do_content...Lamont Granquist2013-03-291-2/+3
* moar spec test fixesLamont Granquist2013-03-251-0/+2
* more spec test workLamont Granquist2013-03-221-18/+14
* file provider spec workLamont Granquist2013-03-201-0/+585