summaryrefslogtreecommitdiff
path: root/spec/unit/provider/mount
Commit message (Expand)AuthorAgeFilesLines
* Fix network mounts which use the root level as the deviceLance Albertson2021-02-121-0/+1
* Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-0/+1
* Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-121-1/+21
* Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-121-9/+0
* Fixes for CIFS mount not idempotent issue.antima-gupta2020-11-111-0/+10
* Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-081-1/+1
* removed unnecessary 'ostruct' from linux mount provider spec.antima-gupta2020-08-281-1/+0
* Update changes as per review comment.antima-gupta2020-08-271-39/+46
* Added context in the linux mount provider specantima-gupta2020-08-271-60/+64
* Fixed mount Resource for bind mounts is not idempotent.antima-gupta2020-08-271-0/+87
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-133-3/+3
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-11/+11
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-022-30/+30
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* Ensure that a new blank line `\n\n` is added when appending a new mount point...Gavin Reynolds2019-03-041-1/+9
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-6/+6
* fix the mount unit testsLamont Granquist2018-08-101-0/+1
* rebase + squashLamont Granquist2018-07-063-105/+105
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-8/+8
* clean up whitespace againLamont Granquist2018-07-021-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-34/+34
* fix Style/HashSyntaxLamont Granquist2018-07-024-29/+29
* Ensure we don't run tests on unsupported platformstm/fix_unix_testsThom May2018-05-021-1/+2
* Clean up mount provider teststm/6851Thom May2018-03-141-2/+2
* update mount to use properties and fix 6851Thom May2018-03-141-7/+9
* add failing test for labelled filesystemsThom May2018-03-141-2/+29
* Update logic in mount/mount.rb and mount/mount_spec.rbChibuikem Amaechi2018-01-291-4/+16
* Update .../mount/mount_spec.rbChibuikem Amaechi2018-01-291-0/+10
* [MSYS-590] Make mount idempotent on Aix (#6213)NAshwini2017-07-051-1/+33
* linux mount spec - skip device detection for zfs (and vboxsf)Tomasz Rudzki (ttr)2016-12-011-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-48/+48
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-161-5/+5
* Revert PR #1796.cd/mount-remount-optionsChris Doherty2016-03-313-22/+1
* Update specSalim Alam2016-03-111-0/+12
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-092-2/+2
* auto fixing some rubocopsLamont Granquist2016-02-092-2/+2
* autofixing whitespace copsLamont Granquist2016-02-054-17/+17
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
* Use double quotes by defaultThom May2016-01-144-37/+37
* fix some lint copsLamont Granquist2016-01-121-1/+1
* Added changes to fix rspec deprecationssiddheshwar-more2015-08-181-3/+3
* Removed invalid test from mount_fs testsiddheshwar-more2015-08-181-7/+0
* Added changes to fix aix mount provider related tests according to updated ba...siddheshwar-more2015-08-182-4/+5
* added tests for mount remountingJames Belchamber2015-08-182-0/+27
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-6/+6
* Update to RSpec 3.Claire McQuin2014-10-293-41/+41
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-244-223/+223