Sha256: 47ece8d49b43e1e1ec1f6cefa1613ecc99ae8ca69b126dfaf4fa6216678c5715
Contents?: true
Size: 266 Bytes
Versions: 19
Compression:
Stored size: 266 Bytes
Contents
require 'test_plugin_helper' describe ForemanRemoteExecution::NicExtensions do 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
19 entries across 19 versions & 1 rubygems