spec/acceptance/support/sphinx_helpers.rb in thinking-sphinx-3.2.0 vs spec/acceptance/support/sphinx_helpers.rb in thinking-sphinx-3.3.0
- old
+ new
@@ -25,6 +25,10 @@
end
config.after :all do |group|
sphinx.stop if group.class.metadata[:live]
end
+
+ config.after :suite do
+ SphinxController.new.stop
+ end
end