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:
parent
399ea807c6
commit
c60420318f
4 changed files with 44 additions and 44 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue