Skip to content

Commit

Permalink
fix incorrect comment on RSpec text
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Prezkuta committed Jun 9, 2012
1 parent 44e4315 commit 9f6d841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration/receiving_spec.rb
Expand Up @@ -183,8 +183,8 @@ def receive_with_zord(user, person, xml)
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
Expand Down

0 comments on commit 9f6d841

Please sign in to comment.