Always render templates in Controller specs

This commit is contained in:
Sebastian Serth
2022-11-02 12:25:33 +01:00
parent 727d00b714
commit a4e791e3de
19 changed files with 38 additions and 0 deletions

View File

@ -3,6 +3,8 @@
require 'rails_helper'
describe ApplicationController do
render_views
describe '#current_user' do
context 'with an external user' do
let(:external_user) { create(:external_user) }