summaryrefslogtreecommitdiff
path: root/spec/unit/resource_collection_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | | | | 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.
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
| | | | not X = Class.new(Chef::Resource)
* 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) ↵tyler-ball2014-10-171-34/+1
| | | | removing ResourceCollection#insert_at
* Cleaning up based on review commentstyler-ball2014-10-171-4/+13
|
* Refactoring ResourceCollection interface to be backwards compatiable, all ↵tyler-ball2014-10-161-2/+2
| | | | specs continue to pass, removing ResourceSet and ResourceList from consumer knowledge
* My local gemset was including the `json` gem, causing these tests to be ↵tyler-ball2014-10-071-1/+1
| | | | ineffective. Also made them more clear
* 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
| | | | 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-201/+0
| | | | all with proper deps
* 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, ↵Adam Jacob2008-04-081-1/+16
| | | | Chef::Log::Formatter, Chef::Compile, and all the tests
* Adding the Params::Validate mixin, refactored Chef::Config to be a ↵Adam Jacob2008-04-071-1/+1
| | | | singleton, Implemented require_recipe
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-0/+173