diff options
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, 0 insertions, 21 deletions
diff --git a/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature b/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature deleted file mode 100644 index ebe431e..0000000 --- a/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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 | ||
