spec/api/query/standard_spec.rb in erichummel-sunspot-1.2.1 vs spec/api/query/standard_spec.rb in erichummel-sunspot-2.0.0.pre.111215a
- old
+ new
@@ -9,9 +9,10 @@
it_should_behave_like "fulltext query"
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 'adds a no-op query to :q parameter when no :q provided' do
session.search Post do
with :title, 'My Pet Post'
end