Sha256: 2797c782d7a2c25986f568e2dd986a1a3a4fa7728303e816696bd7a58db55815
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 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 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.5.3 | test/setup.rb |