summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* fixes for rubocop 0.49.1 engineLamont Granquist2017-06-201-1/+1
* Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-111-3/+3
* Do not modify File's new_resource during why-runScott Christopherson2017-01-201-0/+10
* add check for the centos why-run buglcg/linux-user-check-lockLamont Granquist2016-08-241-0/+3
* rewrite linu_user provider check_lockLamont Granquist2016-08-241-38/+16
* sort out the -m / -M mess a bit betterLamont Granquist2016-08-231-9/+9
* clean up everythingLamont Granquist2016-08-231-5/+5
* user provider manage_home behavior and refactorLamont Granquist2016-08-191-32/+20
* 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
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-1/+1
|\
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* | Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-021-4/+4
|/
* Merge pull request #4465 from artursitarski/change-shell-for-locked-userThom May2016-02-161-4/+4
|\
| * Updated specartursitarski2016-02-021-4/+4
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-092-2/+2
* | autofixing whitespace copsLamont Granquist2016-02-052-33/+32
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-3/+3
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | 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