spec/classes/server_spec.rb in fabric-0.3.5 vs spec/classes/server_spec.rb in fabric-0.3.6

- old
+ new

@@ -92,10 +92,9 @@ @server.execute_command("sudo /usr/sbin/userdel --remove #{TEST_USER}") @server.execute_command("sudo /usr/sbin/userdel --remove #{TEST_DOOMED_USER}") end it "should identify accounts that require removing" do - debugger @server.accounts_to_remove.should == Array(@doomed_user) end it "should delete the account" do @server.account_exists_for?(@doomed_user).should be_true \ No newline at end of file