summaryrefslogtreecommitdiff
path: root/chef/spec
Commit message (Expand)AuthorAgeFilesLines
* Get rid of -t/validation_tokenTollef Fog Heen2010-05-041-6/+0
* Fix backup test to work in all time zones.Tollef Fog Heen2010-05-041-2/+2
* Make apt and package.rb agree on number of arguments to preseed_packageTollef Fog Heen2010-05-041-1/+1
* Test with regex metacharacters tooTollef Fog Heen2010-05-041-17/+17
* Added test for dscl group provider with no members caseBruce Krysiak2010-05-031-0/+11
* Fixing dscl group and user calls on OSX (10.5.8 tested)Bruce Krysiak2010-05-031-2/+2
* revision provider for deploy resource learns to reconstruct deploy history fr...Tim Harper2010-05-031-0/+9
* Add unit test for purgeTollef Fog Heen2010-05-021-0/+21
* [CHEF-1168] ignore arch info when parsing rubygems list outputDaniel DeLeo2010-05-021-2/+22
* [CHEF-1168] start by cleaning up the specsDaniel DeLeo2010-05-021-42/+28
* fix already defined constant warningsDaniel DeLeo2010-05-012-125/+132
* use correctly expanded paths to spec dataDaniel DeLeo2010-05-0113-28/+28
* setting expectations on tempfile not working on 1.9.2Daniel DeLeo2010-05-011-3/+3
* need to pass procs not lambdas to instance_evalDaniel DeLeo2010-05-012-5/+5
* [CHEF-489] all specs pass on 1.8.7 and 1.9.1Daniel DeLeo2010-05-0110-227/+167
* no rubygems in lib/ && cleanup from previous commitDaniel DeLeo2010-05-011-13/+6
* [CHEF-489] refactor require()s so files don't double loadDaniel DeLeo2010-05-011-14/+19
* add order to message expectationsDaniel DeLeo2010-05-011-2/+2
* Implement pluggable output formats for knifeTollef Fog Heen2010-05-0118-51/+51
* fix broken method expectationDaniel DeLeo2010-04-301-1/+1
* fixing CHEF-724Nuo Yan2010-04-301-2/+3
* add a svn_info_args parameter to the scm and deploy resourcesDaniel DeLeo2010-04-303-27/+37
* (resolve CHEF-1060) deep merge attributes from JSONDaniel DeLeo2010-04-301-2/+20
* re-enable test, could not make it more reliable thoughDaniel DeLeo2010-04-301-1/+0
* fix spec for the case that cookbook path isn't an arrayDaniel DeLeo2010-04-301-1/+1
* format the tempfile names a bit betterDaniel DeLeo2010-04-301-3/+3
* ensure templates cleanup their tempfilesDaniel DeLeo2010-04-302-15/+25
* use Chef::REST#fetch for remote files; fixes CHEF-424Daniel DeLeo2010-04-301-51/+59
* ensure tempfiles are cleaned up on error & regression testDaniel DeLeo2010-04-302-315/+408
* add fetch API for streaming DLs; cover all API in specsDaniel DeLeo2010-04-301-26/+183
* split the run_request into streaming and API req methodsDaniel DeLeo2010-04-301-295/+215
* split requests from other parts of Chef::REST clientDaniel DeLeo2010-04-301-103/+272
* test getters that are part of the public APIDaniel DeLeo2010-04-301-31/+63
* extract authlogic in Chef::REST && de-mockify specsDaniel DeLeo2010-04-306-178/+311
* whitespaceDaniel DeLeo2010-04-301-5/+5
* CHEF-1032: Properly expand paths in spec.Matthew Kent2010-04-301-1/+1
* CHEF-1032: Allow for (ugly) output that says where the actual issue is ratherMatthew Kent2010-04-301-2/+2
* CHEF-1032: Add specs to ensure the cookbook testing behaviour.Matthew Kent2010-04-301-0/+178
* CHEF-1092: Expanded paths in the wrong order on the first attempt. Also missed aMatthew Kent2010-04-3015-31/+31
* CHEF-1092: Fix specs that no longer work with relative pathing.Matthew Kent2010-04-3010-44/+50
* CHEF-1092: Spec for new behaviour.Matthew Kent2010-04-301-0/+6
* CHEF-1091: Properly expand paths in spec.Matthew Kent2010-04-301-2/+2
* CHEF-1091: Add support for generating metadata directly from a file.Matthew Kent2010-04-302-0/+83
* CHEF-1105: Add specs covering changes to checksum.Matthew Kent2010-04-301-0/+18
* stub File.readlines for OSes without an /etc/fstabDaniel DeLeo2010-04-301-0/+1
* Update the fstype, options, dump and pass if they don't matchTollef Fog Heen2010-04-301-2/+21
* Merge branch 'CHEF-675' of git://github.com/dpiddy/chef into dpiddy/CHEF-675Adam Jacob2010-04-122-48/+109
|\
| * provider side of file contentDan Peterson2010-03-281-32/+82
| * start of file contentDan Peterson2010-03-281-16/+27
* | Merge branch 'CHEF-1057' of git://github.com/thommay/chef into thommay/CHEF-1057Adam Jacob2010-03-311-0/+11
|\ \