stub tests for not n-querying in the publisher
This commit is contained in:
parent
e994c90559
commit
a1ee8eb83b
1 changed files with 5 additions and 0 deletions
|
|
@ -362,4 +362,9 @@ describe Person do
|
||||||
alice.person.has_photos?.should be_true
|
alice.person.has_photos?.should be_true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe '#as_json' do
|
||||||
|
it 'returns a hash representation of a person'
|
||||||
|
it 'return tags if asked'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue