Sha256: abc80870207d947b3af16a08643d0fa43ccd2dd78bc8919166e0ef989e9299ea
Contents?: true
Size: 433 Bytes
Versions: 16
Compression:
Stored size: 433 Bytes
Contents
# 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.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
Version data entries
16 entries across 16 versions & 3 rubygems