spec/api/query/standard_spec.rb in sunspot-2.1.0 vs spec/api/query/standard_spec.rb in sunspot-2.1.1
- old
+ new
@@ -10,9 +10,10 @@
it_should_behave_like "query with highlighting support"
it_should_behave_like "sortable query"
it_should_behave_like "query with text field scoping"
it_should_behave_like "geohash query"
it_should_behave_like "spatial query"
+ it_should_behave_like "stats query"
it 'adds a no-op query to :q parameter when no :q provided' do
session.search Post do
with :title, 'My Pet Post'
end