summaryrefslogtreecommitdiff
path: root/spec/views/errors/access_denied.html.haml_spec.rb
blob: 276d94111c60828e0b8a3135c6a01786874c24d2 (plain)
1
2
3
4
5
6
7
8
9
# 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