add in the AMZ cards
This commit is contained in:
parent
fd38e1ab4e
commit
b65d04c384
|
|
@ -59,19 +59,19 @@ end
|
|||
namespace :lessons do
|
||||
|
||||
task amazon_gift_cards: :environment do|task, args|
|
||||
CSV.open("posa-cards-amazon-test-drive-paid-4.csv", "wb") do |csv|
|
||||
for i in 1..50000
|
||||
csv << [generate(), 'amazon-test-drive-paid-4', true, true, false]
|
||||
end
|
||||
end
|
||||
#CSV.open("posa-cards-amazon-test-drive-paid-4-2nd.csv", "wb") do |csv|
|
||||
# for i in 1..50000
|
||||
# csv << [generate(), 'amazon-test-drive-paid-4', true, true, false]
|
||||
# end
|
||||
#end
|
||||
|
||||
CSV.open("posa-cards-amazon-test-drive-free-4.csv", "wb") do |csv|
|
||||
for i in 1..50000
|
||||
csv << [generate(), 'amazon-test-drive-free-4',true, false, false]
|
||||
end
|
||||
end
|
||||
#CSV.open("posa-cards-amazon-test-drive-free-4-2nd.csv", "wb") do |csv|
|
||||
# for i in 1..50000
|
||||
# csv << [generate(), 'amazon-test-drive-free-4',true, false, false]
|
||||
# end
|
||||
#end
|
||||
|
||||
CSV.open("posa-cards-amazon-test-drive-free-2.csv", "wb") do |csv|
|
||||
CSV.open("posa-cards-amazon-test-drive-free-2-2nd.csv", "wb") do |csv|
|
||||
for i in 1..50000
|
||||
csv << [generate(), 'amazon-test-drive-free-2',true, false, false]
|
||||
end
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue