From 7379daad1c73bd3610ed296436250b417ac3673d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Feb 2011 14:19:00 +0100 Subject: removed thinking_sphinx plugin and replaced it with gem. also tuned dependencies --- .../features/step_definitions/sphinx_steps.rb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb (limited to 'vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb') diff --git a/vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb b/vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb deleted file mode 100644 index 1633249c..00000000 --- a/vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb +++ /dev/null @@ -1,27 +0,0 @@ -Given "Sphinx is running" do - ThinkingSphinx::Configuration.instance.controller.should be_running -end - -When "I kill the Sphinx process" do - Process.kill(9, ThinkingSphinx.sphinx_pid.to_i) -end - -When "I wait for Sphinx to catch up" do - sleep(0.25) -end - -When "I start Sphinx" do - ThinkingSphinx::Configuration.instance.controller.start -end - -When "I stop Sphinx" do - ThinkingSphinx::Configuration.instance.controller.stop -end - -Then "Sphinx should be running" do - ThinkingSphinx.sphinx_running?.should be_true -end - -Then "Sphinx should not be running" do - ThinkingSphinx.sphinx_running?.should be_false -end -- cgit v1.3