mirror of
https://github.com/internetee/registry.git
synced 2025-08-24 10:10:49 +02:00
Merge branch 'master' into 499-admin-wildcard-search
This commit is contained in:
parent
f93286c2e6
commit
fd6e625d25
49 changed files with 382 additions and 160 deletions
|
@ -98,7 +98,7 @@ class DomainVersionsTest < ApplicationSystemTestCase
|
|||
assert_equal 'text/csv; charset=utf-8', response.headers['Content-Type']
|
||||
assert_equal %(attachment; filename="domain_history_#{Time.zone.now.to_formatted_s(:number)}.csv"; filename*=UTF-8''domain_history_#{Time.zone.now.to_formatted_s(:number)}.csv),
|
||||
response.headers['Content-Disposition']
|
||||
assert_not_empty response.body
|
||||
assert_equal file_fixture('domain_versions.csv').read, response.body
|
||||
end
|
||||
|
||||
def test_search_event_param
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue