diff options
author | Tim Hinderliter <tim@opscode.com> | 2011-03-15 00:34:59 -0700 |
---|---|---|
committer | Tim Hinderliter <tim@opscode.com> | 2011-03-17 16:58:26 -0700 |
commit | 54e27916d7419b10d01abebca4a6d1d18dd2a1ff (patch) | |
tree | ffef7b72a711370b04ac6bd327780edf86d5c5c2 /.gitignore | |
parent | 3b198cb39556315dc94532cbaa7c3c9fc92c3a1d (diff) | |
download | chef-54e27916d7419b10d01abebca4a6d1d18dd2a1ff.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 +*~ |