0
0
Fork 0

Adding enclosures to Atom and statuses JSON

This commit is contained in:
Eugen Rochko 2016-09-05 18:57:59 +02:00
parent eec0dc46a6
commit 1d9c886518
4 changed files with 19 additions and 1 deletions

View file

@ -174,6 +174,10 @@ RSpec.describe AtomBuilderHelper, type: :helper do
end
end
describe '#link_enclosure' do
pending
end
describe '#logo' do
it 'creates a logo' do
expect(used_in_builder { |xml| helper.logo(xml, 1) }).to match '<logo>1</logo>'