summaryrefslogtreecommitdiff
path: root/tasks/rspec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Re-add activesupport testsjk/activesupport-testsJohn Keiser2016-04-191-1/+2
|
* 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-2/+2
| | | 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"
* Add --profile to all rspec rake tasksjk/rspec-profileJohn Keiser2016-02-011-2/+6
|
* Use double quotes by defaultThom May2016-01-141-8/+8
| | | | | | | 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.
* Use latest bundler and rubygemsjk/reenable-bundler-cacheJohn Keiser2015-12-071-1/+1
|
* Use --local install for component testsdanielsdeleo2015-05-201-1/+1
| | | | | Since we just bundle installed the parent, we should have all the gems the subproject needs
* Bundle install chef-config before running testsdanielsdeleo2015-05-201-0/+1
|
* Update rake tasks for componentizationdanielsdeleo2015-05-201-0/+12
|
* Use descriptive constant names in tests to avoid conflictdanielsdeleo2015-05-191-1/+1
|
* skip expensive spec tests by defaultLamont Granquist2014-11-141-18/+16
| | | | | | | | | | - `rake spec` skips knife integration tests - `rake spec:all` includes them - PRs only get `rake spec` - master (and 10/11/12-stable) get `rake spec:all` - rspec and rspec spec are still essentially rake spec:all (so omnibus-chef still tests every spec) - also some cleanup of the rspec jobs
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+75
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-081-54/+0
| | | | all with proper deps
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-6/+6
|
* Syntax is right in the recipesAdam Jacob2008-03-071-3/+49
|
* Initial CommitAdam Jacob2008-03-051-0/+8