summaryrefslogtreecommitdiff
path: root/spec/views/errors/access_denied.html.haml_spec.rb
blob: bde2f6f0169a1932fb4cf859f8c72694b3caf41f (plain)
1
2
3
4
5
6
7
require 'spec_helper'

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