- put :update, :params => { :id => redaction.id, :redaction => { :title => "Foo", :description => "Description here." } }
- assert_response :forbidden
+ put redaction_path(:id => redaction, :redaction => { :title => "Foo", :description => "Description here." })
+ assert_redirected_to :controller => "errors", :action => "forbidden"