Sha256: 5aadad886d83fc28115e242458d0491613bb337f513c13825b7250d2114fc502

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

require 'spec_helper'
describe Infoblox::HostIpv4addr do

  it "should have correct post attributes" do
    expected = [:host]
    expect(Infoblox::HostIpv4addr.remote_post_attrs).to eq(expected)

    expected = [:network, :ipv4addr, :configure_for_dhcp, :mac].sort
    expect(Infoblox::HostIpv4addr.remote_attrs.sort).to eq(expected)
  end
end  
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infoblox-0.3.0 spec/host_ipv4addr_spec.rb