From 54e27916d7419b10d01abebca4a6d1d18dd2a1ff Mon Sep 17 00:00:00 2001 From: Tim Hinderliter Date: Tue, 15 Mar 2011 00:34:59 -0700 Subject: Fixed client spec tests for changes to client run (only one save, call to environments endpoint for run_list expansion) * also refactored main "run" spec Fixed run_list spec tests for changes to exceptions thrown from CookbookVersionSelector Fixed typo in rethrowing DepSelector::Exceptions::NoSolutionExists -> Chef::Exceptions::CookbookVersionSelection::UnsatisfiableRunListItem Removed Node#reset_defaults_and_overrides, as it was a leaky API only used in combination with Node#expand!. Its functionality was merged into Node#expand! Added emacs backup files, *~, to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 372ade651f..ee6370db10 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ chef-expander/spec/fixtures/expander.log features/data/cookbooks/transfer_remote_files/metadata.json features/data/cookbooks/synchronize_deps/metadata.json */tags +*~ -- cgit v1.2.1