fix test
This commit is contained in:
parent
c5b6cdff4e
commit
2dca7b4807
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue