Added wrapper tasks to run both the budget and biling tests. #1922

This commit is contained in:
Eric Davis
2009-01-23 15:35:02 -08:00
parent 04411abe68
commit 62a95e03e9

View File

@@ -1,4 +1,10 @@
namespace :rate_plugin do
desc "Export both the Budget and Billing plugin data to a file"
task :pre_install_export => ['budget:pre_install_export', 'billing:pre_install_export']
desc "Check the export against the migrated Rate data"
task :post_install_check => ['budget:post_install_check', 'billing:post_install_check']
namespace :budget do
desc "Export the values of the Budget plugin to a file before installing the rate plugin"
task :pre_install_export => :environment do