Project

General

Profile

Download (202 Bytes) Statistics
| Branch: | Tag: | Revision:
FactoryGirl.define do
factory :key_pair do
sequence(:name) {|n| "foreman-#{n}" }
secret "--- BEGIN RSA Blah blah #{Foreman.uuid}"
association :compute_resource, factory: :ec2_cr
end
end
(11-11/24)