gitlab-org--gitlab-foss/spec/controllers/admin
Dmitriy Zaporozhets b6c6adfa51
Update invalid test application_settings_controller_spec.rb
There are 2 problems with this spec:

1. It checks for default visiblity level however there is not code in
controller to handle such default. Same check can be performed on model
directly.
2. It passes empty application_setting hash while controller requires
application_setting not to be empty by using `require` with `permit`

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-14 00:04:55 +03:00
..
application_settings_controller_spec.rb Update invalid test application_settings_controller_spec.rb 2018-04-14 00:04:55 +03:00
applications_controller_spec.rb
dashboard_controller_spec.rb
gitaly_servers_controller_spec.rb Gitaly Server info for admin panel 2018-01-31 08:54:45 +01:00
groups_controller_spec.rb
health_check_controller_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
hooks_controller_spec.rb reference triggers.values for permitted parameters 2018-01-17 09:55:00 +01:00
identities_controller_spec.rb
impersonations_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
projects_controller_spec.rb Remove N+1 queries in /admin/projects page 2018-03-19 08:32:57 -07:00
runners_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
services_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
spam_logs_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
users_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00