debian-mirror-gitlab/spec/views/errors/access_denied.html.haml_spec.rb
2020-08-09 17:44:08 +05:30

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