Skip to content

Commit

Permalink
simple test for Pouf#play
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Feb 15, 2014
1 parent d067d7b commit a524237
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/commands_tests.rb
Expand Up @@ -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

0 comments on commit a524237

Please sign in to comment.