Always render templates in Controller specs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user