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

[ibm] Make usage of #state rather than #status consistent

This commit is contained in:
Decklin Foster 2012-03-22 17:13:32 -04:00
parent 399ea807c6
commit c60420318f
4 changed files with 44 additions and 44 deletions

View file

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