まず最低限レスポンスヘッダをみればよいらしい
it '請求書のPDFがダウンロードできる' do
click_button('PDFダウンロード')
expect(page.response_headers['Content-Type']).to eq("application/pdf")
end
Go to list of users who liked
More than 5 years have passed since last update.
まず最低限レスポンスヘッダをみればよいらしい
it '請求書のPDFがダウンロードできる' do
click_button('PDFダウンロード')
expect(page.response_headers['Content-Type']).to eq("application/pdf")
end
Register as a new user and use Qiita more conveniently
Go to list of users who liked