Feature: Generate excerpts for search results
Scenario: Basic Excerpts Syntax
Given Sphinx is running
And I am searching on comments
And I search for "lorem punto"
Then the content excerpt of the first result is "de un sitio mientras que mira su diseño. El punto de usar Lorem Ipsum es que tiene una distribución"
Scenario: Integrated Excerpts Syntax
Given Sphinx is running
And I am searching on comments
And I search for "lorem"
Then calling content on the first result excerpts object should return "de un sitio mientras que mira su diseño. El punto de usar Lorem Ipsum es que tiene una distribución"