From 4bd16f053847f2efe347ebda9136ef2233ee0d2c Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 28 Apr 2009 00:15:53 +0200 Subject: added thinking_sphinx plugin for fulltext search on nodes and heads --- .../features/sphinx_detection.feature | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/plugins/thinking-sphinx/features/sphinx_detection.feature (limited to 'vendor/plugins/thinking-sphinx/features/sphinx_detection.feature') diff --git a/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature b/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature new file mode 100644 index 0000000..ebe431e --- /dev/null +++ b/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature @@ -0,0 +1,21 @@ +Feature: Checking whether Sphinx is running or not + In order to avoid unnecessary errors + Thinking Sphinx + Should be able to determine whether Sphinx is running or not + + Scenario: Checking Sphinx's status + Given Sphinx is running + Then Sphinx should be running + + When I stop Sphinx + And I wait for Sphinx to catch up + Then Sphinx should not be running + + When I start Sphinx + And I wait for Sphinx to catch up + Then Sphinx should be running + + Given Sphinx is running + When I kill the Sphinx process + And I wait for Sphinx to catch up + Then Sphinx should not be running \ No newline at end of file -- cgit v1.3