aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/xapian_index.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-05-22 17:49:59 +0100
committerLouise Crow <louise.crow@gmail.com>2015-05-22 17:49:59 +0100
commit15418b4f0aebb31643300e75c9c68e0e71a90560 (patch)
treea1d061fac0994b39e99df570e14b29c8f088331b /spec/support/xapian_index.rb
parent5116263e02fce228f9d1006945cb311829a7b586 (diff)
parent7b2757e7be4ae2ddf0fa7cb694faf5799340f003 (diff)
Merge remote-tracking branch 'jpmckinney_github/parentheses' into rails-3-develop
Diffstat (limited to 'spec/support/xapian_index.rb')
-rw-r--r--spec/support/xapian_index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/xapian_index.rb b/spec/support/xapian_index.rb
index bfdffd281..3f5f900fd 100644
--- a/spec/support/xapian_index.rb
+++ b/spec/support/xapian_index.rb
@@ -23,7 +23,7 @@ end
# Copy the xapian index created in create_fixtures_xapian_index to a temporary
# copy at the same level and point xapian at the copy
-def get_fixtures_xapian_index()
+def get_fixtures_xapian_index
# Create a base index for the fixtures if not already created
$existing_xapian_db ||= create_fixtures_xapian_index
# Store whatever the xapian db path is originally