This commit is contained in:
maxwell 2011-03-22 21:41:06 -07:00 committed by danielgrippi
parent c5b6cdff4e
commit 2dca7b4807

View file

@ -72,7 +72,7 @@ describe ApisController do
it 'succeeds' do
get :people_index, :q => 'bobby'
p = JSON.parse(response.body)
p.count.should_be 1
p.count.should == 1
p.first['person']['id'].should == @person.id
end