We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b2465 commit 19097eeCopy full SHA for 19097ee
spec/request/request_for_comments_spec.rb
@@ -9,7 +9,7 @@
9
login_as(user, password)
10
rfc = create(:rfc)
11
12
- expect { post(report_request_for_comment_path(rfc, session: {foo: 'bar'})) }
+ expect { post(report_request_for_comment_path(rfc)) }
13
.to have_enqueued_mail(ReportMailer, :report_content)
14
.with(params: {reported_content: rfc}, args: [])
15
end
0 commit comments