gitlab-org--gitlab-foss/spec/views/errors/access_denied.html.haml_spe...

10 lines
214 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'errors/access_denied' do
it 'does not fail to render when there is no message provided' do
expect { render }.not_to raise_error
end
end