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