Sha256: ad793fb5cecda22ec8c4bc99b181c1e9d94ff458a0411ba586d74d265af6ccb5

Contents?: true

Size: 520 Bytes

Versions: 1

Compression:

Stored size: 520 Bytes

Contents

# Setup integration system for the integration suite

puts ["Please make sure that test/integration/app/vendor/rails is symlinked",
  "to a Rails trunk checkout in order for the rake tasks to run properly."]

Dir.chdir "#{File.dirname(__FILE__)}/integration/app/" do
  Dir.chdir "vendor/plugins" do
    system("rm ultrasphinx; ln -s ../../../../../ ultrasphinx")
  end
  system("rake db:create")
  system("rake db:migrate db:fixtures:load")
  system("rake us:boot")
  system("sudo rake ultrasphinx:spelling:build")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultrasphinx-1.6 test/setup.rb