diff options
Diffstat (limited to 'spec/models')
-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 |