Project

General

Profile

Download (111 Bytes) Statistics
| Branch: | Tag: | Revision:

foreman-docker / test / factories / docker_tag.rb @ 3bc253a2

1
FactoryGirl.define do
2
  factory :docker_tag do
3
    sequence(:tag) { |n| "tag#{n}" }
4
    docker_image
5
  end
6
end