Fix theme spec failures

The default theme file is now `application-*.css`
This commit is contained in:
Renaud Chaput 2025-04-23 09:36:11 +02:00
parent 472d9bd336
commit dfcabab2cb
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990

View File

@ -17,7 +17,7 @@ RSpec.describe ThemeHelper do
)
expect(html_links.last.attributes.symbolize_keys)
.to include(
href: have_attributes(value: match(/default/)),
href: have_attributes(value: match(/application/)),
media: have_attributes(value: '(prefers-color-scheme: dark)')
)
end