2
0

Add have_cacheable_headers matcher for responses (#31727)

This commit is contained in:
Matt Jankowski
2024-09-03 11:35:19 -04:00
committed by GitHub
parent 490bdb7944
commit e1fa456c7c
11 changed files with 96 additions and 65 deletions

View File

@@ -9,11 +9,10 @@ describe 'Custom stylesheets' do
it 'returns http success' do
expect(response)
.to have_http_status(200)
.and have_cacheable_headers
.and have_attributes(
content_type: match('text/css')
)
end
it_behaves_like 'cacheable response'
end
end