Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates (#32106)

This commit is contained in:
Claire 2024-09-26 21:27:57 +02:00
parent d2842db18d
commit 245a74f9ca
3 changed files with 9 additions and 4 deletions

View file

@ -51,8 +51,8 @@ describe Admin::SystemCheck::SoftwareVersionCheck do
Fabricate(:software_update, version: '99.99.99', type: 'major', urgent: false)
end
it 'returns true' do
expect(check.pass?).to be true
it 'returns false' do
expect(check.pass?).to be false
end
end