Commit 002f897ffff6415ae003df509fd18503b1a35bb0
1 parent
23310153
Exists in
master
and in
22 other branches
Removing solr from features env
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
features/support/env.rb
| @@ -5,8 +5,6 @@ | @@ -5,8 +5,6 @@ | ||
| 5 | # files. | 5 | # files. |
| 6 | 6 | ||
| 7 | ENV["RAILS_ENV"] ||= "cucumber" | 7 | ENV["RAILS_ENV"] ||= "cucumber" |
| 8 | -abort unless system 'rake -s solr:start' | ||
| 9 | -at_exit { system 'rake -s solr:stop' } | ||
| 10 | 8 | ||
| 11 | require File.expand_path(File.dirname(__FILE__) + '/../../config/environment') | 9 | require File.expand_path(File.dirname(__FILE__) + '/../../config/environment') |
| 12 | 10 |