Remove debugging prints

This commit is contained in:
riking 2014-08-21 17:29:33 -07:00
parent b4dc8e7115
commit 5ae0b9ba42
1 changed files with 0 additions and 2 deletions

View File

@ -171,10 +171,8 @@ describe Jobs::PollMailbox do
email = MockPop3EmailObject.new fixture_file('emails/multiple_destinations.eml')
expect_success
puts topic.posts
poller.handle_mail(email)
puts topic.posts
new_post = Post.find_by(topic: topic, post_number: 2)
assert new_post.present?
assert_equal expected_post.strip, new_post.cooked.strip