X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=test%2Fcommon.rb;h=b1cac31c33245938abb3f43a32c491f5caf1c58b;hb=19b13f971a1fbf4e050b534637a364091e0597e4;hp=877ecf454fa0537e2e3eed5ee092364678363ca8;hpb=f54bec7b431be7885c49b2077e9116898298d2dd;p=ruby-eet.git diff --git a/test/common.rb b/test/common.rb index 877ecf4..b1cac31 100644 --- a/test/common.rb +++ b/test/common.rb @@ -1,4 +1,4 @@ -# $Id: common.rb 1 2005-03-26 01:45:38Z tilman $ +# $Id: common.rb 2 2005-03-26 13:39:17Z tilman $ class WrappedString def initialize(blah) @@ -14,19 +14,3 @@ class WrappedString {"buf" => [@blah]} end end - -module Test - module Unit - module Assertions - def assert_run_successful(cmd, msg = nil) - `#{cmd}` - st = $?.exitstatus - - message = build_message(msg, <. -EOT - assert_block(message) { st == 0 } - end - end - end -end