Sha256: 5b9892e9cc5453bc09080fa208fcc549f4a7a2b020dba1ac1a823cc92cb3d72e

Contents?: true

Size: 322 Bytes

Versions: 7

Compression:

Stored size: 322 Bytes

Contents

require 'test_plugin_helper'

class ContainerTest < ActiveSupport::TestCase
  should belong_to(:compute_resource)
  should belong_to(:registry)
  should have_many(:environment_variables)
  should have_many(:dns)
  should have_many(:exposed_ports)
  should validate_uniqueness_of(:name).scoped_to(:compute_resource_id)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_docker-5.0.0 test/units/container_test.rb
foreman_docker-4.1.1 test/units/container_test.rb
foreman_docker-4.1.0 test/units/container_test.rb
foreman_docker-4.0.0 test/units/container_test.rb
foreman_docker-3.2.1 test/units/container_test.rb
foreman_docker-3.2.0 test/units/container_test.rb
foreman_docker-3.1.0 test/units/container_test.rb