summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/facets_across_model.feature
diff options
context:
space:
mode:
authorUser <hukl@cccms.ccc.de>2011-02-10 14:23:36 +0100
committerUser <hukl@cccms.ccc.de>2011-02-10 14:23:36 +0100
commit384b187e9e067ddf2bb4d5fad0c2deaf96f69c89 (patch)
treecf743f377d3e2e28a31ae0359d95f37beba82cc3 /vendor/plugins/thinking-sphinx/features/facets_across_model.feature
parent3d0de09cf94cee6233b36a7f5ce20d5059854acc (diff)
parentcec2b1e2881db0000b2a09029154bea0fc62ade3 (diff)
Merge branch 'master' of ssh://svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/facets_across_model.feature')
-rw-r--r--vendor/plugins/thinking-sphinx/features/facets_across_model.feature23
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 a218601a..00000000
--- a/vendor/plugins/thinking-sphinx/features/facets_across_model.feature
+++ /dev/null
@@ -1,23 +0,0 @@
1Feature: 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