diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-21 18:51:05 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-21 18:51:05 +0000 |
commit | 640aa149fd321658a33466df7b53947b78bccd81 (patch) | |
tree | 502d2c316d9c9addd509f4ae6f3d47a96173ceca /spec/integration | |
parent | ffbd12d868eb1803631194b5b4e4ffbb3ac0d812 (diff) |
Use new function that copies existing xapian index in spec setup where a clean copy of the xapian index with fixtures loaded is required.
Diffstat (limited to 'spec/integration')
-rw-r--r-- | spec/integration/search_request_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/search_request_spec.rb b/spec/integration/search_request_spec.rb index 17a7b4aaa..c564032a6 100644 --- a/spec/integration/search_request_spec.rb +++ b/spec/integration/search_request_spec.rb @@ -4,7 +4,7 @@ describe "When searching" do before(:each) do load_raw_emails_data - rebuild_xapian_index + get_fixtures_xapian_index end it "should not strip quotes from quoted query" do |