From 002f897ffff6415ae003df509fd18503b1a35bb0 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 9 May 2013 18:55:16 -0300 Subject: [PATCH] Removing solr from features env --- features/support/env.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/features/support/env.rb b/features/support/env.rb index a0fd5d4..ecd2746 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -5,8 +5,6 @@ # files. ENV["RAILS_ENV"] ||= "cucumber" -abort unless system 'rake -s solr:start' -at_exit { system 'rake -s solr:stop' } require File.expand_path(File.dirname(__FILE__) + '/../../config/environment') -- libgit2 0.21.2