X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=test%2Fcommon.rb;h=b4e34307b64d5ffb464406e69164688f9ea7c11b;hb=HEAD;hp=877ecf454fa0537e2e3eed5ee092364678363ca8;hpb=f54bec7b431be7885c49b2077e9116898298d2dd;p=ruby-eet.git diff --git a/test/common.rb b/test/common.rb index 877ecf4..b4e3430 100644 --- a/test/common.rb +++ b/test/common.rb @@ -1,5 +1,3 @@ -# $Id: common.rb 1 2005-03-26 01:45:38Z tilman $ - class WrappedString def initialize(blah) @blah = blah @@ -14,19 +12,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