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

devise_empty.html.haml_spec.rb « layouts « views « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06d742e74ddfb913d0c028817f5e01dc849939f0 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe 'layouts/devise_empty' do
  it_behaves_like 'a layout which reflects the application theme setting'
end