From 9f6d84141c07ce51188c2c7e0cd0962a49d181cb Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sat, 9 Jun 2012 09:34:06 -0600 Subject: [PATCH] fix incorrect comment on RSpec text --- spec/integration/receiving_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/integration/receiving_spec.rb b/spec/integration/receiving_spec.rb index cd55695d0..6b15ec72f 100644 --- a/spec/integration/receiving_spec.rb +++ b/spec/integration/receiving_spec.rb @@ -183,8 +183,8 @@ describe 'a user receives a post' do receive_with_zord(eve, alice.person, xml) comment = eve.comment!(@post, 'tada') - # Note: eve.comment! has already initialized comment.parent_author_signature. Writing to it again - # here causes the test to be different than the way the system actually runs + # After Eve creates her comment, it gets sent to Alice, who signs it with her private key + # before relaying it out to the contacts on the top-level post comment.parent_author_signature = comment.sign_with_key(alice.encryption_key) @xml = comment.to_diaspora_xml comment.delete