Welcome to mirror list, hosted at ThFree Co, Russian Federation.

access_denied.html.haml_spec.rb « errors « views « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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