Sha256: ca6851c0409463d337d1a80fc2899ba489ebe0c591b02777041d710cb6000105

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

if ENV['INTEGRATION']
  describe 'Infoblox::HostIpv4addr' do
    describe '.find' do
      it 'should work' do
        each_version do 
          # the empty result will be [], so nil is bad. 
          expect(Infoblox::HostIpv4addr.find(connection, _max_results: 1)).to_not be_nil
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
infoblox-0.3.3 spec/integration/host_ipv4addr_spec.rb
infoblox-0.3.2 spec/integration/host_ipv4addr_spec.rb
infoblox-0.3.1 spec/integration/host_ipv4addr_spec.rb
infoblox-0.3.0 spec/integration/host_ipv4addr_spec.rb