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