gitlab-org--gitlab-foss/spec/controllers
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
..
admin Update invalid test application_settings_controller_spec.rb 2018-04-14 00:04:55 +03:00
boards Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
concerns Share collaboration check between view and presenter 2018-04-11 10:51:15 +02:00
dashboard Fix filter on `dashboard/groups` & `explore/groups 2018-01-22 17:02:04 +01:00
explore Search subgroups on dashboard and explore views 2017-10-04 22:49:41 +02:00
google_api Improve redirect uri state and fix all remaining tests 2017-10-06 16:14:14 +02:00
groups Bring one group board to CE 2018-03-03 12:56:17 -03:00
import Merge branch 'fix/gh-namespace-issue' into 'security-10-4' 2018-02-09 12:16:28 -06:00
oauth Specify base controller for Doorkeeper 2018-02-28 12:05:19 +01:00
profiles Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
projects Spec improvements for speed, reliability and readability 2018-04-12 18:05:50 +02:00
snippets Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
abuse_reports_controller_spec.rb
application_controller_spec.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
autocomplete_controller_spec.rb Revert few more broken specs related to *_with_namespace methods 2018-03-05 18:25:52 +02:00
dashboard_controller_spec.rb Check if at least one filter is set on dashboard 2018-04-03 20:19:09 +02:00
groups_controller_spec.rb 31885 - Ability to transfer a single group to another group 2018-02-06 00:10:58 +00:00
health_check_controller_spec.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
health_controller_spec.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
help_controller_spec.rb Updating `HelpController` spec to use an existing image 2018-02-07 12:05:25 -06:00
invites_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
metrics_controller_spec.rb Merge branch 'pawel/show_empty_page_when_prometheus_metrics_are_disabled-35639' into 'master' 2017-11-06 17:02:22 +00:00
notification_settings_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
omniauth_callbacks_controller_spec.rb Writes specs 2018-03-22 16:05:15 +00:00
passwords_controller_spec.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
profiles_controller_spec.rb Add confirmation modal to "Change username" 2018-04-06 09:36:22 +00:00
projects_controller_spec.rb Use hashed storage in the specs 2018-02-07 13:40:46 +00:00
registrations_controller_spec.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
root_controller_spec.rb 'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choices 2018-03-27 12:16:12 +00:00
search_controller_spec.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
sent_notifications_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
sessions_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
snippets_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
uploads_controller_spec.rb Revert "Merge branch '3867-port-to-ce' into 'master'" 2018-02-28 21:09:34 +01:00
user_callouts_controller_spec.rb Change UserCallout feautre_name to enum 2018-02-03 00:18:25 +01:00
users_controller_spec.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00