mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 01:59:02 +02:00
upgrade has_many_polymorphs
This commit is contained in:
parent
2d11109b8b
commit
f97ca2f6af
178 changed files with 132 additions and 108 deletions
14
vendor/gems/has_many_polymorphs-2.12/test/setup.rb
vendored
Normal file
14
vendor/gems/has_many_polymorphs-2.12/test/setup.rb
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
# Setup integration system for the integration suite
|
||||
|
||||
Dir.chdir "#{File.dirname(__FILE__)}/integration/app/" do
|
||||
Dir.chdir "vendor/plugins" 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:migrate --trace"
|
||||
system "rake db:fixtures:load --trace"
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue