summaryrefslogtreecommitdiff
path: root/spec/unit/environment_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-121-7/+7
* Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-1/+5
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-8/+8
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+1
|\
| * more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
| * distro constants for solo, zero and automateMarc Chamberland2019-05-231-1/+1
* | Fixed issue for chef-client run was throwing error when provided empty string...vinay sharma2019-05-251-2/+4
|/
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-4/+4
* When a property regex fails don't call it an optionbetter_regex_errorTim Smith2018-10-111-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-16/+16
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* helpful spec tests discovered could not change this superclassLamont Granquist2016-12-061-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-6/+6
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-4/+4
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-9/+9
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-211-1/+1
|\
| * ensure unit tests are correctThom May2016-01-181-1/+1
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
|/
* Use double quotes by defaultThom May2016-01-141-33/+33
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-5/+5
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-3/+3
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-105/+105
* My local gemset was including the `json` gem, causing these tests to be ineff...tyler-ball2014-10-071-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+6
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-1/+1
* Merge pull request #848 from onddo/CHEF-4298Claire McQuin2014-06-091-0/+6
|\
| * [CHEF-4298] some tests added for "dependencies in metadata.rb require a space"Xabier de Zuazo2013-06-231-0/+6
* | s/mock\(/double(/gLamont Granquist2014-01-291-3/+3
* | s/stub!/stub/gLamont Granquist2014-01-291-2/+2
|/
* Raising an exception for chef-solo environment constraints.Nick Stielau2013-05-301-0/+18
* Adding support for environments when running under chef-solo.Nick Stielau2013-05-301-0/+79
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-0/+1
* [CHEF-3919] Some broken test fixedXabier de Zuazo2013-04-111-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+362