Base tests

This commit is contained in:
Mitchell Hashimoto 2010-04-13 13:54:42 -07:00
parent bb0d3f7f93
commit 9ce860cb40
1 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,10 @@ class CommandsBastTest < Test::Unit::TestCase
end
context "executing" do
# TODO
should "just print the help" do
@klass.expects(:puts_help)
@instance.execute([])
end
end
context "parsing options" do