Sha256: ef2338c69e68dcd01c9186ba3ba8c55acdf4118e3d16a9f593d8d5a1f7a3d8da

Contents?: true

Size: 405 Bytes

Versions: 7

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 pdef, 'done.'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruote-2.1.7 test/functional/eft_25_command.rb
ruote-2.1.6 test/functional/eft_25_command.rb
ruote-2.1.5 test/functional/eft_25_command.rb
ruote-2.1.4 test/functional/eft_25_command.rb
ruote-2.1.3 test/functional/eft_25_command.rb
ruote-2.1.2 test/functional/eft_25_command.rb
ruote-2.1.1 test/functional/eft_25_command.rb