Merge pull request #1593 from internetee/upgrade-rails-to-6.0.3

Upgrade Rails from 5.2 to 6.0.3
This commit is contained in:
Timo Võhmar 2020-06-03 15:04:36 +03:00 committed by GitHub
commit 2ffe9629f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 272 additions and 112 deletions

View file

@ -15,7 +15,7 @@ class RegistrarDomainsTest < ApplicationSystemTestCase
visit registrar_domains_url
click_button 'Download CSV'
assert_equal 'attachment; filename="Domains_2010-07-05_10.30.csv"', response_headers['Content-Disposition']
assert_equal "attachment; filename=\"Domains_2010-07-05_10.30.csv\"; filename*=UTF-8''Domains_2010-07-05_10.30.csv", response_headers['Content-Disposition']
assert_equal expected_csv, page.body
end
end