Commit 9de888c6f2309af151f14377926f7962c0928c8a
1 parent
e2bc0980
Exists in
master
and in
29 other branches
[Mezuro] uncommented rake solr 'calls'
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
test/test_helper.rb
1 | 1 | ENV["RAILS_ENV"] = "test" |
2 | 2 | |
3 | 3 | # Start/stop Solr |
4 | -#if not $test_helper_loaded | |
5 | -# abort unless system 'rake -s solr:start' | |
6 | -# at_exit { system 'rake -s solr:stop' } | |
7 | -# $test_helper_loaded = true | |
8 | -#end | |
4 | +if not $test_helper_loaded | |
5 | + abort unless system 'rake -s solr:start' | |
6 | + at_exit { system 'rake -s solr:stop' } | |
7 | + $test_helper_loaded = true | |
8 | +end | |
9 | 9 | |
10 | 10 | require File.expand_path(File.dirname(__FILE__) + "/../config/environment") |
11 | 11 | require 'test_help' | ... | ... |