Sha256: 85827df575e93f41117a32244ea16ae9df12aa97fff3653e0f6ccc6bc79a1ad3

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 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

4 entries across 4 versions & 1 rubygems

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