Sha256: 41bbf023fe86574182cf0d6d453aa007325959a3a2c68296cc4bc3a1463a363c
Contents?: true
Size: 290 Bytes
Versions: 85
Compression:
Stored size: 290 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
85 entries across 85 versions & 1 rubygems