From af6ca96a4e1aa4fa718bc4929dab6618adf74c98 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 6 Sep 2024 20:00:19 +0200 Subject: [PATCH] Fix tests in glitch-soc --- spec/helpers/application_helper_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index 50181fdb911853..90dc0d36de3412 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -10,7 +10,8 @@ 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