Merge branch 'ginerr_bugfixes' into combined/ginerr_bugfixes_fix-duplicate-fees

This commit is contained in:
Rohan Mitchell
2015-06-11 12:56:27 +10:00
4 changed files with 20 additions and 6 deletions

View File

@@ -212,7 +212,7 @@ FactoryGirl.define do
factory :customer, :class => Customer do
email { Faker::Internet.email }
enterprise
code { Faker::Lorem.word }
code { SecureRandom.base64(150) }
user
end
end