spec/host_ipv4addr_spec.rb in infoblox-0.3.2 vs spec/host_ipv4addr_spec.rb in infoblox-0.3.3
- old
+ new
@@ -3,10 +3,10 @@
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, :nextserver, :use_nextserver].sort
+ expected = [:bootfile, :configure_for_dhcp, :ipv4addr, :mac, :network, :nextserver, :use_bootfile, :use_nextserver].sort
expect(Infoblox::HostIpv4addr.remote_attrs.sort).to eq(expected)
end
end