mirror of
https://github.com/mastodon/mastodon.git
synced 2026-02-19 10:48:32 +00:00
Fix theme spec failures
The default theme file is now `application-*.css`
This commit is contained in:
parent
472d9bd336
commit
dfcabab2cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user