From 5cbfd7d4d95fc0299e9d255aee3ce14d5b3f2976 Mon Sep 17 00:00:00 2001 From: James Adam Date: Sat, 13 Sep 2008 13:22:12 +0100 Subject: [PATCH] We need to install the exception_notification plugin to test compatibility against it. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index bd06c64..540eb5b 100644 --- a/Rakefile +++ b/Rakefile @@ -124,6 +124,8 @@ namespace :test do h[env] = {"adapter" => "sqlite3", "database" => "engines_#{env}.sqlite3"} ; h end.to_yaml) end + out.puts " installing exception_notification plugin" + run "cd #{test_app_dir} && ./script/plugin install exception_notification" end end