From a1ee8eb83b992d0c0966c95941fe8999323199e0 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Thu, 7 Jul 2011 08:35:39 -0700 Subject: [PATCH] stub tests for not n-querying in the publisher --- spec/models/person_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) 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