fix broken spec

This commit is contained in:
Sam 2014-09-01 17:07:09 +10:00
parent 69e418facf
commit 12f417a378
1 changed files with 0 additions and 2 deletions

View File

@ -143,8 +143,6 @@ describe Search do
r[:type] == "topic"
end[:results]
results.find{|r| r[:title].include? 'birds'}.should_not be_nil
results.map{|r| r[:id]}.should == [
post1.topic_id,
"_#{post2.id}",