Sha256: a4de8d7f95a07aab157466280840745e0701b50f0d86fa91d720d5e8ad5bcb4b

Contents?: true

Size: 253 Bytes

Versions: 9

Compression:

Stored size: 253 Bytes

Contents

# frozen_string_literal: true

require 'test_plugin_helper'

module ForemanAcd
  # Application Instance Model tests
  class AppInstanceTest < ActiveSupport::TestCase
    should validate_presence_of(:name)
    should belong_to(:app_definition)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_acd-0.6.0 test/models/app_instance_test.rb
foreman_acd-0.5.0 test/models/app_instance_test.rb
foreman_acd-0.4.0 test/models/app_instance_test.rb
foreman_acd-0.3.0 test/models/app_instance_test.rb
foreman_acd-0.2.1 test/models/app_instance_test.rb
foreman_acd-0.0.6 test/models/app_instance_test.rb
foreman_acd-0.0.5 test/models/app_instance_test.rb
foreman_acd-0.0.4 test/models/app_instance_test.rb
foreman_acd-0.0.3 test/models/app_instance_test.rb