summaryrefslogtreecommitdiff
path: root/spec/functional/file_content_management
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
| | | | | | | | Legally incredibly dubious, particularly since we don't follow it strictly as policy, and we have git history instead, which does it right. This is just a waste of time and a cargo cult. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* some spec typosVivek Singh2020-04-071-3/+3
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Style/SymbolArrayLamont Granquist2019-07-021-21/+21
| | | | | | start enforcing using %i{} instead of arrays of symbols Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-161-1/+1
|
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-1/+1
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
| | | | chefstyle -a fixed 1044 occurrances
* fix some lint copsLamont Granquist2016-01-121-1/+1
| | | | | | | | | fixes the following offenses: 46 Lint/EndAlignment 21 Lint/BlockAlignment 3 Lint/SpaceBeforeFirstArg 1 Lint/DefEndAlignment
* Fix faulty umask logic used in spec tests.Kartik Null Cating-Subramanian2015-03-161-1/+1
|
* Remove binread functions (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-10/+1
|
* Update to RSpec 3.Claire McQuin2014-10-291-12/+12
|
* Handle unexpected default non-inheritable ACLs on non-vanilla windows boxes.sersut2014-07-141-8/+9
|
* skip tests for default ACLs on win2003danielsdeleo2013-06-181-2/+6
| | | | | | | Behavior on 2003 is substantially different from 2008+ and we test this behavior at the resource level, so skip the tests at the resource component level to preserve our sanity. 2003 goes EOL in 2015, mark your calendars.
* Add ruby 1.8 fallbacks for IO.binreaddanielsdeleo2013-06-071-1/+10
|
* Test for expected inherited acls to get inheriteddanielsdeleo2013-06-061-2/+42
|
* Add functional tests for deploy strategiesdanielsdeleo2013-06-061-0/+185
Tests "happy paths" to ensure all ACL fixup paths are wired up correctly. Error/warn paths require more complicated setup (non-admin on windows, root setup w/ tests run as non-admin on Unix), so those code branches are covered by unit tests.