Skip to content

Commit 19097ee

Browse files
committed
Remove debug fragment
1 parent 79b2465 commit 19097ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/request/request_for_comments_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
login_as(user, password)
1010
rfc = create(:rfc)
1111

12-
expect { post(report_request_for_comment_path(rfc, session: {foo: 'bar'})) }
12+
expect { post(report_request_for_comment_path(rfc)) }
1313
.to have_enqueued_mail(ReportMailer, :report_content)
1414
.with(params: {reported_content: rfc}, args: [])
1515
end

0 commit comments

Comments
 (0)