diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-03-11 13:47:12 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-03-11 13:47:12 +0000 |
commit | 1fb57d66c22000d4164c033ffd9353aa9030255b (patch) | |
tree | 3a567aaaab7c4119d5681a8fa988e4d244c60a24 /spec/models/xapian_spec.rb | |
parent | b8eef1efe1bc11b7468a1fb86644f4f9d695f136 (diff) |
some test fixage
Diffstat (limited to 'spec/models/xapian_spec.rb')
-rw-r--r-- | spec/models/xapian_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/xapian_spec.rb b/spec/models/xapian_spec.rb index 36836d95b..00a88be99 100644 --- a/spec/models/xapian_spec.rb +++ b/spec/models/xapian_spec.rb @@ -302,7 +302,6 @@ describe PublicBody, " when indexing authorities by tag" do xapian_object = InfoRequest.full_search([PublicBody], "tag:mice", 'created_at', true, nil, 100, 1) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == public_bodies(:geraldine_public_body) - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice:3", 'created_at', true, nil, 100, 1) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == public_bodies(:geraldine_public_body) |