Skip to content

Commit

Permalink
Fix tests in glitch-soc
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Sep 6, 2024
1 parent 2912499 commit af6ca96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/helpers/application_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af6ca96

Please sign in to comment.