2
0

Move body class to shared partial for web app controller concern views (#31797)

This commit is contained in:
Matt Jankowski
2024-11-15 10:49:26 -05:00
committed by GitHub
parent 34d7c9edae
commit 297ce9ef44
6 changed files with 6 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ RSpec.describe 'About page' do
expect(page)
.to have_css('noscript', text: /Mastodon/)
.and have_css('body', class: 'app-body')
end
end