Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
We need to install the exception_notification plugin to test compatib…
Browse files Browse the repository at this point in the history
…ility against it.
  • Loading branch information
lazyatom committed Sep 13, 2008
1 parent 20a8976 commit 5cbfd7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -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

Expand Down

0 comments on commit 5cbfd7d

Please sign in to comment.