summaryrefslogtreecommitdiff
path: root/spec/unit/formatters/doc_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-0/+14
| | | | Add tests around progress output and tidy up
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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-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-2/+2
| | | | chefstyle -a fixed 1044 occurrances
* Remove Timecop dependencyJoel Handwell2015-09-021-28/+19
|
* Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-6/+9
|
* Refactor to reduce duplicated instancializationJoel Handwell2015-09-021-17/+14
|
* Add unit tests for elapsed_timeJoel Handwell2015-09-021-0/+35
|
* Add a test for the new output.Noah Kantrowitz2015-07-311-0/+6
|
* Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+46