diff options
Diffstat (limited to 'spec/support/xapian_index.rb')
-rw-r--r-- | spec/support/xapian_index.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/xapian_index.rb b/spec/support/xapian_index.rb index 344c28ebb..bfdffd281 100644 --- a/spec/support/xapian_index.rb +++ b/spec/support/xapian_index.rb @@ -1,3 +1,4 @@ +# -*- encoding : utf-8 -*- # Rebuild the current xapian index def rebuild_xapian_index(terms = true, values = true, texts = true, dropfirst = true) if dropfirst |