diff options
| author | Keifer Furzland <kfrz.code@gmail.com> | 2017-06-28 23:13:10 -0500 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2017-07-27 14:31:52 +0200 |
| commit | 7e113b6824628a7e82e93965300f2ce3b9aadf4b (patch) | |
| tree | 59e693d816211d7ee10df95213e2f28a434f9dc5 /spec/controllers | |
| parent | 4eebd8e1957a3fc3a3479331fde9f34aa8afa9d5 (diff) | |
| download | gitlab-ce-7e113b6824628a7e82e93965300f2ce3b9aadf4b.tar.gz | |
Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/controllers')
| -rw-r--r-- | spec/controllers/sent_notifications_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/sent_notifications_controller_spec.rb b/spec/controllers/sent_notifications_controller_spec.rb index c8771eda313..5d2734b8827 100644 --- a/spec/controllers/sent_notifications_controller_spec.rb +++ b/spec/controllers/sent_notifications_controller_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -describe SentNotificationsController, type: :controller do +describe SentNotificationsController do let(:user) { create(:user) } let(:project) { create(:empty_project) } let(:sent_notification) { create(:sent_notification, project: project, noteable: issue, recipient: user) } |
