diff options
author | francis <francis> | 2009-09-20 12:12:25 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-20 12:12:25 +0000 |
commit | d6f9d662bbe2c1eb7b7a69b56bdf7e590765896c (patch) | |
tree | 96f8f17f7ea55d06186462885d803aedf364e711 | |
parent | fc45ce94174f1002ad656de2e3d57883ee993e65 (diff) |
Need associated incoming message so it can get the filetype.
-rw-r--r-- | spec/models/xapian_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/xapian_spec.rb b/spec/models/xapian_spec.rb index 7a7112eb1..b0c122f50 100644 --- a/spec/models/xapian_spec.rb +++ b/spec/models/xapian_spec.rb @@ -146,7 +146,7 @@ describe User, " when indexing comments by user they are by" do end describe InfoRequest, " when indexing requests by their title" do - fixtures :info_request_events, :info_requests + fixtures :info_request_events, :info_requests, :incoming_messages it "should find events for the request" do rebuild_xapian_index |