From 9de888c6f2309af151f14377926f7962c0928c8a Mon Sep 17 00:00:00 2001 From: Paulo Meirelles Date: Wed, 31 Oct 2012 18:26:58 -0200 Subject: [PATCH] [Mezuro] uncommented rake solr 'calls' --- test/test_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index f671797..36935d4 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,11 +1,11 @@ ENV["RAILS_ENV"] = "test" # Start/stop Solr -#if not $test_helper_loaded -# abort unless system 'rake -s solr:start' -# at_exit { system 'rake -s solr:stop' } -# $test_helper_loaded = true -#end +if not $test_helper_loaded + abort unless system 'rake -s solr:start' + at_exit { system 'rake -s solr:stop' } + $test_helper_loaded = true +end require File.expand_path(File.dirname(__FILE__) + "/../config/environment") require 'test_help' -- libgit2 0.21.2