diff --git a/tests/commands_tests.rb b/tests/commands_tests.rb index 444c26e..692537f 100644 --- a/tests/commands_tests.rb +++ b/tests/commands_tests.rb @@ -133,4 +133,11 @@ def test_pouf_add assert(File.exists?(dest)) assert_equal(content, File.read(dest)) end + + # == Pouf#play == # + + def test_pouf_play + assert_nothing_raised { Pouf.play "unexisting-alias" } + end + end