aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-24 18:32:39 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-24 18:32:39 +0000
commit05b8714c5f8d69c310f554d403a86a64781ee70a (patch)
treedaf9c8c7afdc68fc5a3a890c621e3efed50b753f
parent1b4b35f187e8fbe0fbb4a074853c7e3c5593ac4d (diff)
More test isolation
Towards #361. (Possibly even the very last one!) Fixes: spec/models/xapian_spec.rb spec/integration/search_request_spec.rb
-rw-r--r--spec/integration/search_request_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/search_request_spec.rb b/spec/integration/search_request_spec.rb
index 5733dea22..c4991440a 100644
--- a/spec/integration/search_request_spec.rb
+++ b/spec/integration/search_request_spec.rb
@@ -19,6 +19,7 @@ describe "When searching" do
before(:each) do
emails = raw_emails.clone
load_raw_emails_data(emails)
+ rebuild_xapian_index
end
it "should not strip quotes from quoted query" do