Sha256: 4bd67d9aadb93bdf92bee0ec339a3322f72b0cce6b4515626eb2b593a5ce66b4
Contents?: true
Size: 321 Bytes
Versions: 13
Compression:
Stored size: 321 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) should belong_to(:location) should belong_to(:organization) end end
Version data entries
13 entries across 13 versions & 1 rubygems