Sha256: 5ab1e654361dff3d031aa35c7c69d9cea9a005ff4598f14b798e898aa935bcba
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
FactoryGirl.define do factory :docker_tag do sequence(:tag) { |n| "tag#{n}" } association :image, :factory => :docker_image end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_docker-0.2.0 | test/factories/docker_tag.rb |
foreman_docker-0.1.0 | test/factories/docker_tag.rb |