summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
Commit message (Collapse)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-028-8/+8
| | | 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"
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
| | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Use double quotes by defaultThom May2016-01-144-45/+45
| | | | | | | 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-2/+2
| | | | chefstyle -a fixed 1044 occurrances
* Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-158-13/+13
| | | | | | | | | | | | | | | | | | Update to use control_group. Unify wording along control_group. Unify wording along control_group. Fix typo. Enable audit mode. Update to use control_group syntax. Update for audit DSL changes. Update for audit DSL change.
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-178-8/+188
|
* Instructions on running audit mode examples.Serdar Sutay2014-12-171-1/+7
|
* * Some primitive recipes that check basic functionality of audit mode.Serdar Sutay2014-12-177-0/+124
| | | | * Fix a minor issue where the exception class was not being found correctly.
* Add recipes to test include_recipe, multiple controls blocksClaire McQuin2014-12-178-172/+0
|
* Wrap in control block until we get top-level tests working.Claire McQuin2014-12-172-6/+10
|
* Add recipe to test include_recipe with controls.Claire McQuin2014-12-171-0/+15
|
* Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-177-0/+153
|
* Lock version of database cookbookjdm/kitchen-testsJay Mundrawala2014-12-131-1/+1
| | | | | | | | | | | A release of mysql-chef_gem broke the database cookbook because it removed the default recipe which the database cookbook was using. Since the database cookbook did not lock versions of mysql-chef_gem, it pulls the latest mysql-chef_gem cookbook and fails. An update to the database cookbook was released to fix this, however Berks dep solving is getting the latest mysql-chef_gem and an older database cookbook for the webapp test cookbook.
* add 14.04 to supported vagrant distroslcg/more-vagrantLamont Granquist2014-10-281-2/+9
| | | | | 10.04 and 14.10 'documented' as broken in the upstream mysql cookbook
* WIPLamont Granquist2014-10-272-3/+6
|
* Remove kitchen tests from spec/ directory, so tests can be run separately.Claire McQuin2014-08-137-0/+102