fix broken spec
This commit is contained in:
parent
69e418facf
commit
12f417a378
|
@ -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}",
|
||||
|
|
Loading…
Reference in New Issue