Update has_many_polymorphs to 421dd0bd60b246652bbbafd64724ebf1efa27607

This commit is contained in:
Eric Allen 2009-12-07 18:20:17 -05:00
parent 804d59c542
commit 144e74682b
49 changed files with 189 additions and 126 deletions

View file

@ -6,8 +6,8 @@ Dir.chdir "#{File.dirname(__FILE__)}/integration/app/" do
system("rm has_many_polymorphs; ln -s ../../../../../ has_many_polymorphs")
end
system "rake db:drop --trace RAILS_GEM_VERSION=2.0.2 "
system "rake db:create --trace RAILS_GEM_VERSION=2.0.2 "
system "rake db:drop --trace RAILS_GEM_VERSION=2.2.2 "
system "rake db:create --trace RAILS_GEM_VERSION=2.2.2 "
system "rake db:migrate --trace"
system "rake db:fixtures:load --trace"
end