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 --- .../thinking-sphinx/features/facets.feature | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/facets.feature (limited to 'vendor/plugins/thinking-sphinx/features/facets.feature') diff --git a/vendor/plugins/thinking-sphinx/features/facets.feature b/vendor/plugins/thinking-sphinx/features/facets.feature deleted file mode 100644 index 8788ab48..00000000 --- a/vendor/plugins/thinking-sphinx/features/facets.feature +++ /dev/null @@ -1,46 +0,0 @@ -Feature: Search and browse models by their defined facets - - Scenario: Requesting facets - Given Sphinx is running - And I am searching on developers - When I am requesting facet results - Then I should have valid facet results - And I should have 5 facets - And I should have the facet State - And I should have the facet Country - And I should have the facet Age - And I should have the facet City - And I should have the facet Tag Ids - - Scenario: Requesting facet results - Given Sphinx is running - And I am searching on developers - When I am requesting facet results - And I drill down where Country is Australia - Then I should get 11 results - - Scenario: Requesting facet results by multiple facets - Given Sphinx is running - And I am searching on developers - When I am requesting facet results - And I drill down where Country is Australia and Age is 30 - Then I should get 4 results - - Scenario: Requesting facets with classes included - Given Sphinx is running - And I am searching on developers - When I am requesting facet results - And I want classes included - Then I should have valid facet results - And I should have 6 facets - And I should have the facet Class - - Scenario: Requesting MVA facets - Given Sphinx is running - And I am searching on developers - When I am requesting facet results - And I drill down where tag_ids includes the id of tag Australia - Then I should get 11 results - When I am requesting facet results - And I drill down where tag_ids includes the id of tags Melbourne or Sydney - Then I should get 5 results -- cgit v1.3