Sha256: 00b74e43e38b8f0c0bcc49439f726934812379c20f37eddc7bacc1dd7852e041

Contents?: true

Size: 734 Bytes

Versions: 96

Compression:

Stored size: 734 Bytes

Contents

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
    
    When I start Sphinx again
    And I wait for Sphinx to catch up
    Then Sphinx should be running again

Version data entries

96 entries across 96 versions & 15 rubygems

Version Path
friendlyfashion-thinking-sphinx-2.0.14.4 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.14.3 features/sphinx_detection.feature
thinking-sphinx-2.1.0 features/sphinx_detection.feature
thinking-sphinx-1.5.0 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.14.2 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.14.1 features/sphinx_detection.feature
thinking-sphinx-2.0.14 features/sphinx_detection.feature
thinking-sphinx-1.4.14 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.13.3 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.13.2 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.13.1 features/sphinx_detection.feature
friendlyfashion-thinking-sphinx-2.0.13 features/sphinx_detection.feature
thinking-sphinx-2.0.13 features/sphinx_detection.feature
thinking-sphinx-1.4.13 features/sphinx_detection.feature
thinking-sphinx-2.0.12 features/sphinx_detection.feature
thinking-sphinx-1.4.12 features/sphinx_detection.feature
thinking-sphinx-2.0.11 features/sphinx_detection.feature
thinking-sphinx-1.4.11 features/sphinx_detection.feature
thinking-sphinx-2.0.10 features/sphinx_detection.feature
thinking-sphinx-1.4.10 features/sphinx_detection.feature