Project

General

Profile

Download (149 Bytes) Statistics
| Branch: | Tag: | Revision:
FactoryGirl.define do
factory :http_proxy, :class => ::HttpProxy do
name 'http_proxies'
sequence(:url) { |n| "http://url_#{n}" }
end
end
(12-12/30)