Sha256: 8427404fb9e242cd760cfb08323a44c5e3ca0996be29ceb2b9b6c040e1a4dd46
Contents?: true
Size: 501 Bytes
Versions: 4
Compression:
Stored size: 501 Bytes
Contents
# # testing ruote # # Thu Sep 1 02:03:39 JST 2011 # # Santa Barbara # require File.expand_path('../base', __FILE__) class FtRadialMiscTest < Test::Unit::TestCase include FunctionalBase def test_dollar pdef = %{ define set "f:a": toto echo "$f:a" } @dashboard.register_participant '.+', Ruote::NullParticipant #@dashboard.noisy = true wfid = @dashboard.launch(pdef) @dashboard.wait_for(wfid) assert_equal 'toto', @tracer.to_s end end
Version data entries
4 entries across 4 versions & 1 rubygems