mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
Fix tests in glitch-soc
This commit is contained in:
@@ -10,7 +10,8 @@ RSpec.describe ApplicationHelper do
|
|||||||
it 'uses the controller body classes in the result' do
|
it 'uses the controller body classes in the result' do
|
||||||
expect(helper.body_classes)
|
expect(helper.body_classes)
|
||||||
.to match(/modal-layout compose-standalone/)
|
.to match(/modal-layout compose-standalone/)
|
||||||
.and match(/theme-default/)
|
.and match(/flavour-glitch/)
|
||||||
|
.and match(/skin-default/)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'includes values set via content_for' do
|
it 'includes values set via content_for' do
|
||||||
|
|||||||
Reference in New Issue
Block a user