summaryrefslogtreecommitdiff
path: root/spec/views/errors/access_denied.html.haml_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/errors/access_denied.html.haml_spec.rb')
-rw-r--r--spec/views/errors/access_denied.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/errors/access_denied.html.haml_spec.rb b/spec/views/errors/access_denied.html.haml_spec.rb
index b2e82847ab9..276d94111c6 100644
--- a/spec/views/errors/access_denied.html.haml_spec.rb
+++ b/spec/views/errors/access_denied.html.haml_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe 'errors/access_denied' do
+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