test/stub_responses/refresh_responses.rb in xeroizer-0.2.2 vs test/stub_responses/refresh_responses.rb in xeroizer-0.3.0
- old
+ new
@@ -5,10 +5,10 @@
base_path = File.expand_path(File.dirname(__FILE__))
if ARGV[3]
models = [ARGV[3]]
else
- models = %w(Account BrandingTheme Contact CreditNote Currency Invoice Item ManualJournal Organisation TaxRate TrackingCategory)
+ models = %w(Account BrandingTheme Contact CreditNote Currency Employee Invoice Item ManualJournal Organisation Payment TaxRate TrackingCategory)
end
models.each do | model_name |
model = client.send(model_name.to_sym)
\ No newline at end of file