mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
Fix admin contacts CSV output
This commit is contained in:
parent
6263ded68f
commit
f44bdd1930
5 changed files with 48 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'application_system_test_case'
|
||||
|
||||
class AdminAreaCsvTest < ApplicationSystemTestCase
|
||||
class DomainsCsvTest < ApplicationSystemTestCase
|
||||
setup { sign_in users(:admin) }
|
||||
|
||||
def test_downloads_domain_list_as_csv
|
||||
def test_download_domains_list_as_csv
|
||||
travel_to Time.zone.parse('2010-07-05 10:30')
|
||||
Domain.all.each do |domain|
|
||||
domain.created_at = Time.zone.now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue