forked from AkkomaGang/akkoma
Fix specs.
This commit is contained in:
parent
cefb6cfea1
commit
1bb3ba02f3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ test "returns a feed of the last 20 items of the user" do
|
|||
<id>#{OStatus.feed_path(user)}</id>
|
||||
<title>#{user.nickname}'s timeline</title>
|
||||
<updated>#{most_recent_update}</updated>
|
||||
<logo>#{User.avatar_url(user)}</logo>
|
||||
<link rel="hub" href="#{OStatus.pubsub_path(user)}" />
|
||||
<link rel="salmon" href="#{OStatus.salmon_path(user)}" />
|
||||
<link rel="self" href="#{OStatus.feed_path(user)}" type="application/atom+xml" />
|
||||
|
|
Loading…
Reference in a new issue