diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-14 15:40:24 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:50:10 -0800 |
commit | d20d3aca4e6cc947322c347ba6b7a0f6260576b6 (patch) | |
tree | ca7a7c2501cb705504b1c5d75515e6528ca1648b /.gitignore | |
parent | 221131fa38d77fd3e1cd914fba4dde73b749b78b (diff) | |
download | chef-d20d3aca4e6cc947322c347ba6b7a0f6260576b6.tar.gz |
Make sure we don't close the output_stream after running rspec.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 30a3bd6531..ecba9f4030 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,5 @@ Berksfile.lock Vagrantfile .vagrant/ -# Dev Repo Local Mode Data -dev-repo/nodes/* +# Kitchen Tests Local Mode Data +kitchen-tests/nodes/* |