test/dummy/db/seed.rb in query_report-1.0.4 vs test/dummy/db/seed.rb in query_report-1.0.5
- old
+ new
@@ -1,5 +1,4 @@
-User.scoped.destroy_all
Invoice.scoped.destroy_all
1.upto(200) do |i|
total_paid = 100 + Random.rand(100)
total_charged = 100 + Random.rand(100)
\ No newline at end of file