Skip to content

Instantly share code, notes, and snippets.

@kennethkalmer
Created March 31, 2009 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennethkalmer/88124 to your computer and use it in GitHub Desktop.
Save kennethkalmer/88124 to your computer and use it in GitHub Desktop.
fei = $app.engine.launch(OpenWFE.process_definition(:name => 'four') do
sequence do
_set :field => 'nes.ted', :val => 'val0'
alpha
end
end)
sleep 0.350
assert_process_count 4, nil
assert_process_count 2, 'variable=v'
assert_process_count 1, 'field=f'
assert_process_count 1, 'field=nes.ted'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment