7 lines
167 B
Ruby
7 lines
167 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
RSpec.describe 'layouts/devise' do
|
|
it_behaves_like 'a layout which reflects the application theme setting'
|
|
end
|