diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-11-24 12:47:38 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-11-24 12:47:38 +0000 |
commit | 45b042193acc27fb0fd8911e7ea216f5734077f1 (patch) | |
tree | f15093086b2ff767968e6bbd1b816c66f35bd5dd /spec/models/xapian_spec.rb | |
parent | 589d9b8c1e14bb7086a6b7baf0fa7e3b9aaeabf0 (diff) | |
parent | 76168e23fd78d276a197cc992bb6ef5a065f6f3f (diff) |
Merge branch 'xapian-dcabo' into develop
Diffstat (limited to 'spec/models/xapian_spec.rb')
-rw-r--r-- | spec/models/xapian_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/xapian_spec.rb b/spec/models/xapian_spec.rb index c23ff6e27..932966dfb 100644 --- a/spec/models/xapian_spec.rb +++ b/spec/models/xapian_spec.rb @@ -14,7 +14,6 @@ describe User, " when indexing users with Xapian" do it "should search by 'about me' text" do user = users(:bob_smith_user) - rebuild_xapian_index # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) xapian_object = InfoRequest.full_search([User], "stuff", 'created_at', true, nil, 100, 1) xapian_object.results.size.should == 1 |