Project

General

Profile

Download (186 Bytes) Statistics
| Branch: | Tag: | Revision:
FactoryGirl.define do
factory :realm do
sequence(:name) {|n| "EXAMPLE#{n}.COM" }
realm_type Realm::TYPES.first
association :realm_proxy, :factory => :smart_proxy
end
end
(15-15/22)