Sha256: d2549b8f828ab8b7b7c27d7ba49eb1b2a01387147d5e5aa583757f9d65414f04

Contents?: true

Size: 431 Bytes

Versions: 6

Compression:

Stored size: 431 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.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

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
johnsbrn-has_many_polymorphs-2.13.1 test/setup.rb
johnsbrn-has_many_polymorphs-2.13 test/setup.rb
has_many_polymorphs-2.12 test/setup.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/setup.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/setup.rb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/setup.rb