Sha256: cda3200bff84d50a06298e7986b3cc80b08dc3f5789b99282ba2f861d93b999a

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

require 'test_plugin_helper'

class HostAnsibleRoleTest < ActiveSupport::TestCase
  should belong_to(:host)
  should belong_to(:ansible_role)
  should validate_presence_of(:ansible_role_id)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_ansible-1.0 test/unit/host_ansible_role_test.rb