Method: TestML::Runtime::Unit#check_plan

Defined in:
lib/testml/runtime/unit.rb

#check_planObject



29
30
31
32
33
34
35
# File 'lib/testml/runtime/unit.rb', line 29

def check_plan
  if ! @planned
    title
    plan_begin
    @planned = true
  end
end