aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/xapian_spec.rb
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-28 16:13:44 +0000
committerMark Longair <mhl@pobox.com>2013-11-29 12:25:41 +0000
commitda7f8535505ac77feb09f51b7751558529dee67e (patch)
tree598a0745ecc9e973aacc16837f70a5d4768523ca /spec/models/xapian_spec.rb
parent1f1bae22d4f7fda389bc4f86bbf666c57b93ab83 (diff)
Move acts_as_xapian out of vendor/plugins
This includes making making sure that xapiandbs directory is moved with this version of the code.
Diffstat (limited to 'spec/models/xapian_spec.rb')
-rw-r--r--spec/models/xapian_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/xapian_spec.rb b/spec/models/xapian_spec.rb
index 3c9fff784..a1e060d8e 100644
--- a/spec/models/xapian_spec.rb
+++ b/spec/models/xapian_spec.rb
@@ -370,7 +370,7 @@ describe PublicBody, " when only indexing selected things on a rebuild" do
end
end
-# I would expect ActsAsXapian to have some tests under vendor/plugins/acts_as_xapian, but
+# I would expect ActsAsXapian to have some tests under lib/acts_as_xapian, but
# it looks like this is not the case. Putting a test here instead.
describe ActsAsXapian::Search, "#words_to_highlight" do
before(:each) do