Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
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
Pasted May 13, 2008 7:59PM EDT
by celeretaudax
Channel #rubyonrails