diff options
| author | hukl <contact@smyck.org> | 2009-04-28 00:15:53 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-05-01 17:14:02 +0200 |
| commit | 4bd16f053847f2efe347ebda9136ef2233ee0d2c (patch) | |
| tree | f4c11f89455de991c8d87726d5757b752e7129e2 /vendor/plugins/thinking-sphinx/features/sphinx_detection.feature | |
| parent | d3a9b46ba5c863a0ff377dcffae9a494fe476e02 (diff) | |
added thinking_sphinx plugin for fulltext search on nodes and heads
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/sphinx_detection.feature')
| -rw-r--r-- | vendor/plugins/thinking-sphinx/features/sphinx_detection.feature | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | Feature: Checking whether Sphinx is running or not | ||
| 2 | In order to avoid unnecessary errors | ||
| 3 | Thinking Sphinx | ||
| 4 | Should be able to determine whether Sphinx is running or not | ||
| 5 | |||
| 6 | Scenario: Checking Sphinx's status | ||
| 7 | Given Sphinx is running | ||
| 8 | Then Sphinx should be running | ||
| 9 | |||
| 10 | When I stop Sphinx | ||
| 11 | And I wait for Sphinx to catch up | ||
| 12 | Then Sphinx should not be running | ||
| 13 | |||
| 14 | When I start Sphinx | ||
| 15 | And I wait for Sphinx to catch up | ||
| 16 | Then Sphinx should be running | ||
| 17 | |||
| 18 | Given Sphinx is running | ||
| 19 | When I kill the Sphinx process | ||
| 20 | And I wait for Sphinx to catch up | ||
| 21 | Then Sphinx should not be running \ No newline at end of file | ||
