Sha256: 0861294d3088e5aa0a6851c4a13f8e3d2a5a585cdda336f9b51c11f06ec5f98c
Contents?: true
Size: 288 Bytes
Versions: 8
Compression:
Stored size: 288 Bytes
Contents
require 'test_plugin_helper' class ForemanRemoteExecutionNicExtensionsTest < ActiveSupport::TestCase let(:host) { FactoryGirl.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
8 entries across 8 versions & 1 rubygems