post :create, :redaction => { :title => "Foo", :description => "Description here." }
assert_response :redirect
post :create, :redaction => { :title => "Foo", :description => "Description here." }
assert_response :redirect
post :create, :redaction => { :title => "Foo", :description => "Description here." }
assert_response :forbidden
post :create, :redaction => { :title => "Foo", :description => "Description here." }
assert_response :forbidden
delete :destroy, :id => redactions(:example).id
assert_response :forbidden
delete :destroy, :id => redactions(:example).id
assert_response :forbidden
get :edit, :id => redactions(:example).id
assert_response :redirect
get :edit, :id => redactions(:example).id
assert_response :redirect