Report abuse

it "should edit a category with GET to /categories/1/edit" do
  get 'edit', :id => 1
  response.should be_success
  response.should render_template('categories/edit')
end