Merge branch 'master' of github.com:diaspora/diaspora into production
This commit is contained in:
commit
7ed00424c9
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ module Salmon
|
|||
<entry xmlns='http://www.w3.org/2005/Atom'>
|
||||
<author>
|
||||
<name>#{@author.real_name}</name>
|
||||
<uri>acct:#{@author.email}</uri>
|
||||
<uri>acct:#{@author.owner.diaspora_handle}</uri>
|
||||
</author>
|
||||
#{@magic_sig.to_xml}
|
||||
</entry>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ describe Salmon do
|
|||
end
|
||||
|
||||
it 'should parse out the author email' do
|
||||
@parsed_salmon.author_email.should == @user.person.email
|
||||
@parsed_salmon.author_email.should == @user.diaspora_handle
|
||||
end
|
||||
|
||||
it 'should reference a local author' do
|
||||
|
|
|
|||
Loading…
Reference in a new issue