summaryrefslogtreecommitdiff
path: root/spec/controllers/notification_settings_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-20/+40
* Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-141-4/+5
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-151-2/+2
* Add columns for custom notification settingsSean McGivern2017-06-151-2/+8
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+10
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Merge branch 'master' into issue_3359_3issue_3359_3Felipe Artur2016-06-291-2/+2
|\
| * Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-2/+2
* | merge master into issue_3359_3Felipe Artur2016-06-291-6/+6
|\ \
| * | Insert notification settings dropdown into groupsFelipe Artur2016-06-221-14/+55
| |/
* | Insert notification settings dropdown into groupsFelipe Artur2016-06-221-14/+55
|/
* Re-use notifications dropdown on user profileFelipe Artur2016-06-161-0/+125