Sha256: ed0cd52b44c3934376aafb472af7a5db43efa4e2e67bdc362abaf85dfa2fa151
Contents?: true
Size: 287 Bytes
Versions: 42
Compression:
Stored size: 287 Bytes
Contents
require 'test_plugin_helper' class ForemanRemoteExecutionNicExtensionsTest < ActiveSupport::TestCase let(:host) { FactoryBot.create(:host) } it 'sets the first primary interface as the execution interface' do host.execution_interface.must_equal host.interfaces.first end end
Version data entries
42 entries across 42 versions & 1 rubygems