Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
def test_should_create_feed assert_difference('Feed.count') do post :create, :feed => { :name => "Eins", :url => "http://localhost", :description => "Ein Beispiel"} end assert_redirected_to feed_path(assigns(:feed)) end
This paste will be private.
From the Design Piracy series on my blog: