removed phone_number and email

This commit is contained in:
Gopesh Tulsyan 2014-06-05 16:43:55 +05:30
parent b63f3fa7c9
commit 62c78641c2
5 changed files with 5 additions and 11 deletions

View file

@ -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