aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/admin_public_body_heading_controller_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/controllers/admin_public_body_heading_controller_spec.rb b/spec/controllers/admin_public_body_heading_controller_spec.rb
index d41b09807..8d9833fe9 100644
--- a/spec/controllers/admin_public_body_heading_controller_spec.rb
+++ b/spec/controllers/admin_public_body_heading_controller_spec.rb
@@ -1,14 +1,6 @@
require 'spec_helper'
describe AdminPublicBodyHeadingController do
- context 'when showing the index of categories and headings' do
- render_views
-
- it 'redirect to the category list page from the index' do
- get :index
- response.should redirect_to :admin_category_index
- end
- end
context 'when showing the form for a new public body category' do
it 'should assign a new public body heading to the view' do