diff options
| author | hukl <contact@smyck.org> | 2011-02-10 14:19:00 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2011-02-10 14:19:00 +0100 |
| commit | 7379daad1c73bd3610ed296436250b417ac3673d (patch) | |
| tree | 04f722efc678de9d3aa5bf8f1c96e3be33b18bc4 /vendor/plugins/thinking-sphinx/features/facets_across_model.feature | |
| parent | 91633ac4419d839661e35ae8f2efe5c9089cfb67 (diff) | |
removed thinking_sphinx plugin and replaced it with gem.
also tuned dependencies
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/facets_across_model.feature')
| -rw-r--r-- | vendor/plugins/thinking-sphinx/features/facets_across_model.feature | 23 |
1 files changed, 0 insertions, 23 deletions
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 a218601..0000000 --- a/vendor/plugins/thinking-sphinx/features/facets_across_model.feature +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | Feature: Search and browse across models by their defined facets | ||
| 2 | |||
| 3 | Scenario: Requesting facets across multiple models | ||
| 4 | Given Sphinx is running | ||
| 5 | When I am requesting facet results | ||
| 6 | And I want all possible attributes | ||
| 7 | Then I should have valid facet results | ||
| 8 | And I should have 8 facets | ||
| 9 | And I should have the facet Class | ||
| 10 | And the Class facet should have a "Person" key | ||
| 11 | And I should have the facet Gender | ||
| 12 | And the Gender facet should have a "female" key | ||
| 13 | And I should have the facet Country | ||
| 14 | And I should have the facet Category Name | ||
| 15 | And the Category Name facet should have a "hello" key with 10 hits | ||
| 16 | |||
| 17 | Scenario: Requesting facets across models without class results | ||
| 18 | Given Sphinx is running | ||
| 19 | When I am requesting facet results | ||
| 20 | And I want all possible attributes | ||
| 21 | And I don't want classes included | ||
| 22 | Then I should have 7 facets | ||
| 23 | And I should not have the facet Class | ||
