Sha256: 3f78cf6d888d8012b74be95b1f7a506ea9106995755c21ea67c2cefe435b9873

Contents?: true

Size: 405 Bytes

Versions: 6

Compression:

Stored size: 405 Bytes

Contents

#
# testing ruote
#
# Mon Sep 14 08:39:35 JST 2009
#

require File.join(File.dirname(__FILE__), 'base')


class EftCommandTest < Test::Unit::TestCase
  include FunctionalBase

  def test_ref_to_missing_tag

    pdef = Ruote.process_definition :name => 'test' do
      sequence do
        _break :ref => 'nemo'
        echo 'done.'
      end
    end

    #noisy

    assert_trace 'done.', pdef
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ruote-maestrodev-2.2.1 test/functional/eft_25_command.rb
ruote-2.2.0 test/functional/eft_25_command.rb
ruote-2.1.11 test/functional/eft_25_command.rb
ruote-2.1.10 test/functional/eft_25_command.rb
ruote-2.1.9 test/functional/eft_25_command.rb
ruote-2.1.8 test/functional/eft_25_command.rb