Sha256: 3f145b9bb84518713326cd14b7c60c33a5a561d5049a3531139a3c399a4e1b58

Contents?: true

Size: 528 Bytes

Versions: 1

Compression:

Stored size: 528 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'echoe'

begin
  require 'multi_rails_init'
rescue LoadError
  STDERR.puts "No multi_rails found"
end

if defined? ENV['MULTIRAILS_RAILS_VERSION']
  ENV['RAILS_GEM_VERSION'] = ENV['MULTIRAILS_RAILS_VERSION']
end

Echoe.silence do
  HERE = File.expand_path(File.dirname(__FILE__))
  $LOAD_PATH << HERE
  LOG = "#{HERE}/integration/app/log/development.log"     
end

require 'integration/app/config/environment'

Dir.chdir "#{HERE}/integration/app" do
  system("rake us:start")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultrasphinx-1.9 test/test_helper.rb