FEATURE: add more data in user list export

This commit is contained in:
Arpit Jalan
2015-07-15 11:28:02 +05:30
parent e53842529d
commit 7a1694f1ac
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ describe Jobs::ExportCsvFile do
end
let :user_list_header do
['id','name','username','email','title','created_at','trust_level','approved','suspended_at','suspended_till','blocked','active','admin','moderator','ip_address','topics_entered','posts_read_count','time_read','topic_count','post_count','likes_given','likes_received','external_id','external_email', 'external_username', 'external_name', 'external_avatar_url']
['id','name','username','email','title','created_at','last_seen_at','last_posted_at','last_emailed_at','trust_level','approved','suspended_at','suspended_till','blocked','active','admin','moderator','ip_address','topics_entered','posts_read_count','time_read','topic_count','post_count','likes_given','likes_received','external_id','external_email', 'external_username', 'external_name', 'external_avatar_url']
end
let :user_list_export do