spec/arborist/client_spec.rb in arborist-0.0.1.pre20160106113421 vs spec/arborist/client_spec.rb in arborist-0.0.1.pre20160128152542
- old
+ new
@@ -107,10 +107,10 @@
expect( res ).to include( 'duir' )
expect( res['duir']['status'] ).to eq( 'down' )
end
- it "can update the properties of managed nodes" do
+ it "can update the properties of managed nodes", :no_ci do
client.update( duir: { ping: {rtt: 24} } )
expect( manager.nodes['duir'].properties ).to include( 'ping' )
expect( manager.nodes['duir'].properties['ping'] ).to include( 'rtt' )
expect( manager.nodes['duir'].properties['ping']['rtt'] ).to eq( 24 )