aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers/highlight_helper_spec.rb
Commit message (Collapse)AuthorAgeLines
* Add spec for highlight_and_excerptGareth Rees2014-06-25-1/+49
|
* Use regex based highlightingGareth Rees2014-06-25-2/+12
|
* Add helper to highlight and excerpt by regexGareth Rees2014-06-25-0/+189
Backport of https://github.com/rails/rails/pull/11793/ Contains integration tests to check that it works as expected with ActsAsXapian.