diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-17 14:45:04 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-17 14:45:04 +0000 |
commit | c377db9384456809d5aca1fc313b3b2c9cc8ba56 (patch) | |
tree | cf7a7d6e0e22219a59183feadac6822685b612d2 | |
parent | b3d9ad08dbea1cfc22bbcb081a32634bf9ea7755 (diff) |
Add expectation to #index spec
The spec that covers AdminPublicBodyCategoriesController#index did not
have an expectation
-rw-r--r-- | spec/controllers/admin_public_body_categories_controller_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/admin_public_body_categories_controller_spec.rb b/spec/controllers/admin_public_body_categories_controller_spec.rb index 1e3419fcb..d47a0edc4 100644 --- a/spec/controllers/admin_public_body_categories_controller_spec.rb +++ b/spec/controllers/admin_public_body_categories_controller_spec.rb @@ -6,6 +6,7 @@ describe AdminPublicBodyCategoriesController do it 'shows the index page' do get :index + expect(response).to be_success end end |