summaryrefslogtreecommitdiff
path: root/spec/unit/shell_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| | | | | | | 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.
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
|
* reflect https://github.com/chef/chef/pull/3227#issuecomment-94560685sawanoboly2015-04-211-3/+3
|
* Merge branch 'master' into show_chef_version_on_shellsawanoboly2015-04-211-1/+3
|\
| * Unit testify shell_specjdm/solarisJay Mundrawala2015-04-171-1/+3
| |
* | Show Chef::VERSION at prompt_c and prompt_i on shell sessionsawanoboly2015-04-151-6/+6
|/
* Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-201-1/+1
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
|
* Update to RSpec 3.Claire McQuin2014-10-291-26/+26
|
* [CHEF-4224] tracing? throws an exception when chef-shell is first startedJulian C. Dunn2014-05-031-1/+1
|
* ripping out rspec_reset entirelyLamont Granquist2014-01-291-1/+0
|
* s/stub!/stub/gLamont Granquist2014-01-291-1/+1
| | | | fix deprecation warnings
* fix rspec_reset problemLamont Granquist2014-01-291-1/+1
| | | | | | | follows the pattern in the rspec-mocks spec tests of defining a helper module: https://github.com/rspec/rspec-mocks/blob/cee433c89125a3984df33c87eb61985613adce9b/spec/spec_helper.rb
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+161
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!