features/sphinx_scopes.feature in warp-thinking-sphinx-1.2.12 vs features/sphinx_scopes.feature in warp-thinking-sphinx-1.3.10

- old
+ new

@@ -31,5 +31,12 @@ Scenario: Non-field/filter Scopes Given Sphinx is running And I am searching on people When I use the ids_only scope Then I should have an array of integers + + Scenario: Counts with scopes + Given Sphinx is running + And I am searching on people + When I use the with_first_name scope set to "Andrew" + And I am retrieving the scoped result count + Then I should get a value of 7