Sha256: 8784eca28cf72e702733b4076413ddfc9101236650d5093d9970def7c2d0756d

Contents?: true

Size: 311 Bytes

Versions: 6

Compression:

Stored size: 311 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
infoblox-1.0.0 spec/integration/cname_spec.rb
infoblox-0.5.3 spec/integration/cname_spec.rb
infoblox-0.5.2 spec/integration/cname_spec.rb
infoblox-0.5.1 spec/integration/cname_spec.rb
infoblox-0.5.0 spec/integration/cname_spec.rb
infoblox-0.4.1 spec/integration/cname_spec.rb