Base tests
This commit is contained in:
parent
bb0d3f7f93
commit
9ce860cb40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue