Sha256: 05f44457611b3b52b12afe29489f00e9073e9b1a1008352d3fcf4bf5af198d4c
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
FactoryGirl.define do factory :invoice_bar_user, class: InvoiceBar::User do name { generate :invoice_bar_name } email { Faker::Internet.email } tax_id { generate :invoice_bar_tax_id } address { FactoryGirl.build(:invoice_bar_address) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
invoice_bar-0.0.7 | test/factories/invoice_bar_user.rb |