Fix tests in glitch-soc

pull/2837/head
Claire 2024-09-06 20:00:19 +02:00
parent 29124990a2
commit af6ca96a4e
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ RSpec.describe ApplicationHelper do
it 'uses the controller body classes in the result' do
expect(helper.body_classes)
.to match(/modal-layout compose-standalone/)
.and match(/theme-default/)
.and match(/flavour-glitch/)
.and match(/skin-default/)
end
it 'includes values set via content_for' do