summaryrefslogtreecommitdiff
path: root/spec/views/layouts/devise.html.haml_spec.rb
blob: e69cf93cfb46e602ed538e393fdd9f8d0c612cec (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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