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/searching_across_models.feature | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/searching_across_models.feature (limited to 'vendor/plugins/thinking-sphinx/features/searching_across_models.feature') diff --git a/vendor/plugins/thinking-sphinx/features/searching_across_models.feature b/vendor/plugins/thinking-sphinx/features/searching_across_models.feature deleted file mode 100644 index 50f59335..00000000 --- a/vendor/plugins/thinking-sphinx/features/searching_across_models.feature +++ /dev/null @@ -1,20 +0,0 @@ -Feature: Searching across multiple model - In order to use Thinking Sphinx's core functionality - A developer - Should be able to search on multiple models - - Scenario: Retrieving total result count - Given Sphinx is running - When I search for James - And I am retrieving the result count - Then I should get a value of 3 - - Scenario: Confirming existance of a document id in a given index - Given Sphinx is running - When I search for the document id of alpha one in the alpha_core index - Then it should exist - - Scenario: Retrieving results from multiple models - Given Sphinx is running - When I search for ten - Then I should get 6 results -- cgit v1.3