Project

General

Profile

Download (99 Bytes) Statistics
| Branch: | Tag: | Revision:
FactoryBot.define do
factory :architecture do
sequence(:name) {|n| "x86_64-#{n}" }
end
end
(1-1/31)