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'
RSpec.describe PingController do
render_views
describe 'index' do
it 'returns the wanted page and answer with HTTP Status 200' do
get :index