Sha256: 45f73b2afb29ea0825a743fd593e93622c66aebb8ce0937ac8e4531e0970a374
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
if ENV['INTEGRATION'] describe 'Infoblox::Host' do describe '.find' do it 'should work' do each_version do # the empty result will be [], so nil is bad. expect(Infoblox::Host.find(connection, :max_results => 1)).to_not be_nil end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infoblox-0.4.0 | spec/integration/host_spec.rb |