2019-12-21 20:55:43 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
RSpec.describe 'errors/access_denied' do
|
2018-11-08 19:23:39 +05:30
|
|
|
it 'does not fail to render when there is no message provided' do
|
|
|
|
expect { render }.not_to raise_error
|
|
|
|
end
|
|
|
|
end
|