2019-10-08 08:06:01 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-06-13 10:05:55 -04:00
|
|
|
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
|