summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/sphinx_detection.feature
diff options
context:
space:
mode:
authorUser <hukl@cccms.ccc.de>2011-02-10 14:23:36 +0100
committerUser <hukl@cccms.ccc.de>2011-02-10 14:23:36 +0100
commit384b187e9e067ddf2bb4d5fad0c2deaf96f69c89 (patch)
treecf743f377d3e2e28a31ae0359d95f37beba82cc3 /vendor/plugins/thinking-sphinx/features/sphinx_detection.feature
parent3d0de09cf94cee6233b36a7f5ce20d5059854acc (diff)
parentcec2b1e2881db0000b2a09029154bea0fc62ade3 (diff)
Merge branch 'master' of ssh://svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/sphinx_detection.feature')
-rw-r--r--vendor/plugins/thinking-sphinx/features/sphinx_detection.feature21
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 @@
1Feature: 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