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/facets_across_model.feature | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/facets_across_model.feature (limited to 'vendor/plugins/thinking-sphinx/features/facets_across_model.feature') diff --git a/vendor/plugins/thinking-sphinx/features/facets_across_model.feature b/vendor/plugins/thinking-sphinx/features/facets_across_model.feature deleted file mode 100644 index a218601a..00000000 --- a/vendor/plugins/thinking-sphinx/features/facets_across_model.feature +++ /dev/null @@ -1,23 +0,0 @@ -Feature: Search and browse across models by their defined facets - - Scenario: Requesting facets across multiple models - Given Sphinx is running - When I am requesting facet results - And I want all possible attributes - Then I should have valid facet results - And I should have 8 facets - And I should have the facet Class - And the Class facet should have a "Person" key - And I should have the facet Gender - And the Gender facet should have a "female" key - And I should have the facet Country - And I should have the facet Category Name - And the Category Name facet should have a "hello" key with 10 hits - - Scenario: Requesting facets across models without class results - Given Sphinx is running - When I am requesting facet results - And I want all possible attributes - And I don't want classes included - Then I should have 7 facets - And I should not have the facet Class -- cgit v1.3