diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-13 16:15:11 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-13 16:15:11 +0100 |
commit | e75fd6b19616190af7ad12c25fb8214ce006c333 (patch) | |
tree | 8bb508985c1cf1a40033edadc5681502f9ddb020 | |
parent | 8c72a2590a6c0a5f21491b96f44eeb8da53663bd (diff) |
Remove duplicate method.
Also defined in spec/support/xapian_index.rb
-rw-r--r-- | spec/spec_helper.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 93bcfa1ba..4df1b5649 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -124,13 +124,6 @@ Spork.prefork do end end - # TODO: No idea what namespace/class/module to put this in - # Create a clean xapian index based on the fixture files and the raw_email data. - def create_fixtures_xapian_index - load_raw_emails_data - rebuild_xapian_index - end - # Use the before create job hook to simulate a race condition with # another process by creating an acts_as_xapian_job record for the # same model: |