1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

@icco still can't spell

This commit is contained in:
Benson Kalahar 2014-03-16 00:06:27 -07:00
parent e72c3012ce
commit 4d6bdb9f6d
2 changed files with 2 additions and 2 deletions

View file

@ -45,5 +45,5 @@ def test
end
raise "Could not bootstrap sshable server." unless server.ssh("whoami")
raise "Cloud note delete server." unless server.destroy
raise "Could not delete server." unless server.destroy
end

View file

@ -26,5 +26,5 @@ def test
raise "Could not reload created server." unless server.reload
raise "Could not create sshable server." unless server.ssh("whoami")
raise "Cloud note delete server." unless server.destroy
raise "Could not not delete server." unless server.destroy
end