diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-26 20:55:07 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-26 20:55:07 -0700 |
commit | ab74e1b5f5d3a92475aaa4492c8e6fa12d76fc55 (patch) | |
tree | 9cbf469df0a36ad83549379c728eb3ca0e49c381 /acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb | |
parent | 4e39c729c5981067c028bd3abcb50b066d760a28 (diff) | |
download | chef-kill-acceptance.tar.gz |
Remove the existing acceptance testing frameworkkill-acceptance
We haven't used this framework for 2 major releases of Chef and as time goes on it's more and more likely we'll build something very different for testing.
We 100% do need acceptance testing, but between dokken testing in Travis and the potential for more complex integration testing with build-kite I think we should do the proper cleanup and remove this code now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb')
-rw-r--r-- | acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb b/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb deleted file mode 100644 index 68fc3af2dd..0000000000 --- a/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb +++ /dev/null @@ -1,3 +0,0 @@ -name 'acceptance-cookbook' -depends "kitchen_acceptance" -depends "data-collector-test" |