Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
it "should not create a category with given identical parameters" do @category.stub!(:save).and_return(false) post 'create', :category => { :name => "Test1", :description => "Test1" } response.should render_template('categories/new') end
This paste will be private.
From the Design Piracy series on my blog: