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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/layouts/devise.html.haml_spec.rb')
-rw-r--r--spec/views/layouts/devise.html.haml_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/views/layouts/devise.html.haml_spec.rb b/spec/views/layouts/devise.html.haml_spec.rb
index 9c31f4984fa..102df757072 100644
--- a/spec/views/layouts/devise.html.haml_spec.rb
+++ b/spec/views/layouts/devise.html.haml_spec.rb
@@ -23,12 +23,4 @@ RSpec.describe 'layouts/devise', feature_category: :user_management do
end
end
end
-
- context 'without broadcast messaging' do
- it 'does not render the broadcast layout' do
- render
-
- expect(rendered).not_to render_template('layouts/_broadcast')
- end
- end
end