Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
def test_ham_exclamation_point_updates_spam_status_to_ham @comment = Comment.create!(SPAM_COMMENTS[2]) assert @comment.spam? @comment.ham! assert @comment.ham? @comment.destroy end
This paste will be private.
From the Design Piracy series on my blog: