Use symbols for container states

This commit is contained in:
Andre Nathan 2014-01-14 09:24:00 -02:00
parent 3ff240462e
commit 9a65ddf036
3 changed files with 18 additions and 15 deletions

View file

@ -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