Sha256: 1dee17c9738567c3f1a6bf2b516d6eaeb9f59d4b6b2ff31fb1b004bfefa6e743
Contents?: true
Size: 359 Bytes
Versions: 213
Compression:
Stored size: 359 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), '../..', 'test_helper.rb') require 'rbbt/workflow' class TestWorkflowDoc < Test::Unit::TestCase TEMPLATE=<<-EOF Title of the template Paragraph1 Paragraph2 # Tasks Paragraph3 ## task1 Task 1 ## task2 Task 2 EOF def test_parse ddd Workflow.parse_workflow_doc(TEMPLATE) end end
Version data entries
213 entries across 213 versions & 1 rubygems