spec/monitors/misc_monitor_spec.rb in auser-poolparty-0.1.0 vs spec/monitors/misc_monitor_spec.rb in auser-poolparty-0.1.1

- old
+ new

@@ -38,10 +38,10 @@ @master.nodes.should_receive(:inject).once.and_return 5.0 @master.db.should == 5.0 end end describe "remote instance" do - it "should try to ssh into the remote instance" do + it "should try to run into the remote instance" do @instance.db.should == 5.0 end it "should be able to find the exact amount of time the processor has been up" do @instance.db.round_to(2).should == 5.0 end \ No newline at end of file