Sha256: d5d510f3514da8390dff099c8c6c2a362a03e2b885e55b680c0ad47360212679
Contents?: true
Size: 461 Bytes
Versions: 1
Compression:
Stored size: 461 Bytes
Contents
require 'rubygems' require 'test/unit' require 'echoe' require 'multi_rails_init' 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.8 | test/test_helper.rb |