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 /tasks | |
parent | 4e39c729c5981067c028bd3abcb50b066d760a28 (diff) | |
download | chef-ab74e1b5f5d3a92475aaa4492c8e6fa12d76fc55.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 'tasks')
-rw-r--r-- | tasks/dependencies.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb index a66e166d92..93b357af82 100644 --- a/tasks/dependencies.rb +++ b/tasks/dependencies.rb @@ -40,7 +40,6 @@ namespace :dependencies do task :update_ci => %w{ dependencies:update_gemfile_lock dependencies:update_omnibus_gemfile_lock - dependencies:update_acceptance_gemfile_lock dependencies:update_audit_tests_berksfile_lock } @@ -83,7 +82,6 @@ namespace :dependencies do bundle_update_locked_multiplatform_task :update_gemfile_lock, "." bundle_update_locked_multiplatform_task :update_omnibus_gemfile_lock, "omnibus" - bundle_update_task :update_acceptance_gemfile_lock, "acceptance" berks_update_task :update_audit_tests_berksfile_lock, "kitchen-tests/cookbooks/audit_test" end |