summaryrefslogtreecommitdiff
path: root/spec/functional/resource/link_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a delay in a few tests for AIX 7.2Jeremiah Snapp2021-09-071-0/+8
* Resolve chefstyle warningsTim Smith2021-05-071-1/+1
* Convert the functional tests over to macos? as wellTim Smith2020-08-141-2/+2
* Merge pull request #10284 from chef/existTim Smith2020-08-141-12/+12
|\
| * File.exists? -> File.exist?existTim Smith2020-08-121-12/+12
* | Minor tweaks to the platform checks in the specsminor_specTim Smith2020-08-121-2/+2
|/
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-7/+7
* Don't use stubbed node.Pete Higgins2020-06-301-6/+2
* Remove test file that added a method to top-level scope.Pete Higgins2020-06-261-0/+1
* OS X -> macOSTim Smith2020-04-301-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Minor fixes as per the review commentsvijaymmali19902019-02-121-2/+2
* - Minor fixes to fix functional test casesvijaymmali19902019-02-111-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-6/+8
* Remove support for Windows 20032k3Tim Smith2018-03-021-7/+1
* fix commentLamont Granquist2017-03-291-2/+2
* ruby-2.4 on solaris 11 behaves the same way hereLamont Granquist2017-03-291-3/+3
* Ensure Access Controls on link resourceCOOL-614/tduffield/link-keep-access-controlsTom Duffield2016-12-061-1/+62
* Added functional RSpecs for the fix added here for symlink issue on windows.aliasgar162016-09-071-0/+34
* Fix Ruby 2.3 `symlink?` when symlink points to nonexistent fileJohn Keiser2016-08-031-6/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-4/+4
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-2/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.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-131/+131
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Purge pending specscleanup-pendingdanielsdeleo2015-05-231-11/+5
* As https://github.com/opscode/chef/issues/2580 summarizes, Link resource need...sersut/revert-1901Serdar Sutay2014-12-111-4/+4
* Revert "Merge pull request #1901 from opscode/dont-prepend-to-relative-paths"Serdar Sutay2014-12-111-16/+16
* Remove remaining should syntax.Claire McQuin2014-11-031-4/+4
* Clean up for Windows spec deprecation warnings.Claire McQuin2014-11-031-1/+1
* Fix some Windows specs.Claire McQuin2014-10-301-2/+2
* Fix failures from pendingClaire McQuin2014-10-301-4/+4
* Update to RSpec 3.Claire McQuin2014-10-291-89/+87
* Stop using homegrown canonicalize() and use Chef::Util::PathHelper.paths_eql?.Chris Doherty2014-09-121-16/+16
* Limit change to windows and fix test to be accurate.jmink2014-07-151-1/+3
* Add comments to clarify linking codejmink2014-07-151-1/+1
* CHEF-3960 Symlinks to directories should be swingablejmink2014-07-151-0/+6
* s/stub!/stub/gLamont Granquist2014-01-291-6/+6
* aix does not allow link creation to nonexistent files.kaustubh-d2013-08-191-4/+4
* Make sure file_class doesn't raise an exception when links are not supported ...sersut2013-06-041-380/+388
* Convert eager creation of resources into lazy creation to pick up config chan...sersut2013-06-041-1/+1
* Fix path canonicalization of link paths on windows.sersut2013-06-041-9/+9
* Fix missed link specs and cleanup.sersut2013-05-201-16/+42
* Refactor securable tests to differentiate based on target file availability. ...sersut2013-05-181-1/+1