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

[ibm] Typos in state names and status vs. state

This commit is contained in:
Decklin Foster 2012-02-10 15:38:56 -05:00
parent 08b5104a4a
commit aad19e2ca4
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ module Fog
STATES = [
"New", # => 0
"Provsioning", # => 1
"Provisioning", # => 1
"Failed", # => 2
"Removed", # => 3
"Rejected", # => 4

View file

@ -42,7 +42,7 @@ Shindo.tests('Fog::Compute[:ibm] | server', ['ibm']) do
end
tests('Fog::Compute::IBM::Server#status') do
returns("Active") { @server.status }
returns("Active") { @server.state }
end
tests('Fog::Compute::IBM::Server#reboot') do