Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
it "should create the feed" do Feed.should_receive(:new).with({"name" => "Filme", \ "url" => "http://localhost", \ "description" => "Alles zum Thema + "Filme"}) post :create, :feed => {"name" => "Filme", \ "url" => "http://localhost", \ "description" => "Alles zum Thema Filme"} end
This paste will be private.
From the Design Piracy series on my blog: