Sha256: cfe54ce41402f525b8a0b1b2abaa0b15b1ae7cb666d1b23752400f45215516b8

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 Bytes

Contents

# Setup integration system for the integration suite

Dir.chdir "#{File.dirname(__FILE__)}/integration/app/" do
  system("killall searchd")
  system("rm -rf /tmp/sphinx")
  system("rm -rf config/ultrasphinx/development.conf")
  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("rm /tmp/ultrasphinx-stopwords.txt")
  system("rake ultrasphinx:spelling:build")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ultrasphinx-1.9 test/setup.rb
ultrasphinx-1.7 test/setup.rb
ultrasphinx-1.8 test/setup.rb