debian-mirror-gitlab/spec/views/layouts/devise_empty.html.haml_spec.rb
2022-08-13 15:12:31 +05:30

7 lines
173 B
Ruby

# 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