removed phone_number and email
This commit is contained in:
parent
b63f3fa7c9
commit
62c78641c2
5 changed files with 5 additions and 11 deletions
|
|
@ -3,9 +3,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :organization do
|
||||
name 'Example organization'
|
||||
sequence(:email) { |n| "example#{n}@example.com" }
|
||||
website_url 'www.esxample.com'
|
||||
sequence(:website_url) { |n| "example#{n}@example.com" }
|
||||
description 'Lorem Ipsum Dolor'
|
||||
phone_number '900099009'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue