public
Description: The Rails Engines plugin
Homepage: http://rails-engines.org
Clone URL: git://github.com/lazyatom/engines.git
We need to install the exception_notification plugin to test compatibility 
against it.
lazyatom (author)
Sat Sep 13 05:22:12 -0700 2008
commit  5cbfd7d4d95fc0299e9d255aee3ce14d5b3f2976
tree    1987fc39a2cf618246b5237f762bf59f5240a964
parent  20a8976253a29dfeddfe0b92d5271634c1138024
...
124
125
126
 
 
127
128
129
...
124
125
126
127
128
129
130
131
0
@@ -124,6 +124,8 @@ namespace :test do
0
           h[env] = {"adapter" => "sqlite3", "database" => "engines_#{env}.sqlite3"} ; h
0
         end.to_yaml)
0
       end
0
+      out.puts "    installing exception_notification plugin"
0
+      run "cd #{test_app_dir} && ./script/plugin install exception_notification"
0
     end
0
   end
0
   

Comments