Use symbols for container states
This commit is contained in:
parent
3ff240462e
commit
9a65ddf036
3 changed files with 18 additions and 15 deletions
|
@ -28,6 +28,6 @@ class TestLXCUndefined < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_container_stopped
|
||||
assert_equal('STOPPED', @container.state)
|
||||
assert_equal(:stopped, @container.state)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue