summaryrefslogtreecommitdiff
path: root/spec/unit/resource_collection_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Chef-13: fix notifying array resourcesLamont Granquist2017-03-311-1/+2
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-2/+2
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* add better resource manipulation APILamont Granquist2016-04-151-0/+30
* Make notifications recursive.lcg/notify-scopesLamont Granquist2016-04-041-0/+70
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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
* Use double quotes by defaultThom May2016-01-141-2/+2
* 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-52/+52
* Convert resource_collection spec to Rspec3 syntax.Serdar Sutay2014-10-201-65/+62
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-171-34/+1
* Cleaning up based on review commentstyler-ball2014-10-171-4/+13
* Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-2/+2
* 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/+10
* Add insert_at to resource_collectionJohn Keiser2014-08-201-0/+33
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-1/+1
* [CHEF-4135] Add resource query validation to resource collectiondanielsdeleo2013-05-301-0/+29
* [CHEF-4135] Cleanup whitespace in resource collection specdanielsdeleo2013-05-301-32/+32
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+257
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-201/+0
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+12
* Working on network layerAdam Jacob2008-05-191-0/+14
* Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format...Adam Jacob2008-04-081-1/+16
* Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,...Adam Jacob2008-04-071-1/+1
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-0/+173