Maybe because diasporaparser was moved out to a different file?
This commit is contained in:
parent
1e954eae4f
commit
9750684e61
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ describe 'user encryption' do
|
|||
xml = Request.build_xml_for [request]
|
||||
person.destroy
|
||||
personcount = Person.all.count
|
||||
store_objects_from_xml(xml)
|
||||
Diaspora::DiasporaParser.store_objects_from_xml(xml)
|
||||
Person.all.count.should == personcount + 1
|
||||
new_person = Person.first(:url => "http://test.url/")
|
||||
new_person.key_fingerprint.nil?.should == false
|
||||
|
|
@ -135,7 +135,7 @@ describe 'user encryption' do
|
|||
xml = Post.build_xml_for([message])
|
||||
message.destroy
|
||||
Post.count.should be 0
|
||||
store_objects_from_xml(xml)
|
||||
Diaspora::DiasporaParser.store_objects_from_xml(xml)
|
||||
Post.count.should be 0
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue