From 62a95e03e90c8730b794b4693ddad3b1146749bb Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 23 Jan 2009 15:35:02 -0800 Subject: [PATCH] Added wrapper tasks to run both the budget and biling tests. #1922 --- lib/tasks/data.rake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/tasks/data.rake b/lib/tasks/data.rake index d62b05f..e8727c2 100644 --- a/lib/tasks/data.rake +++ b/lib/tasks/data.rake @@ -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