diff --git a/spec/models/person_spec.rb b/spec/models/person_spec.rb index 3683816f0..af2907cb0 100644 --- a/spec/models/person_spec.rb +++ b/spec/models/person_spec.rb @@ -362,4 +362,9 @@ describe Person do alice.person.has_photos?.should be_true end end + + describe '#as_json' do + it 'returns a hash representation of a person' + it 'return tags if asked' + end end