0
0
Fork 0

Follow renaming of microformats2 gem (#4203)

This commit is contained in:
unarist 2017-07-15 02:57:49 +09:00 committed by Eugen Rochko
parent e2685ccc81
commit 8d224ad23b
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ describe 'stream_entries/show.html.haml', without_verify_partial_doubles: true d
render
mf2 = Microformats2.parse(rendered)
mf2 = Microformats.parse(rendered)
expect(mf2.entry.name.to_s).to eq status.text
expect(mf2.entry.url.to_s).not_to be_empty
@ -53,7 +53,7 @@ describe 'stream_entries/show.html.haml', without_verify_partial_doubles: true d
render
mf2 = Microformats2.parse(rendered)
mf2 = Microformats.parse(rendered)
expect(mf2.entry.name.to_s).to eq reply.text
expect(mf2.entry.url.to_s).not_to be_empty