stub tests for not n-querying in the publisher

This commit is contained in:
Raphael Sofaer 2011-07-07 08:35:39 -07:00
parent e994c90559
commit a1ee8eb83b

View file

@ -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