Sha256: 9a44a96b0f692102e01a88805a9730aec3c303ee9745d61338e2da74703f66b4

Contents?: true

Size: 272 Bytes

Versions: 110

Compression:

Stored size: 272 Bytes

Contents

#!/usr/bin/env ruby
require 'test/unit'
$:.unshift(File.dirname(__FILE__) + '/../lib')
args = Dir[File.join(File.dirname(__FILE__), '*_test.rb')] + Dir[File.join(File.dirname(__FILE__), 'ws/*_test.rb')]
(r = Test::Unit::AutoRunner.new(true)).process_args(args)
exit r.run

Version data entries

110 entries across 110 versions & 31 rubygems

Version Path
typo-5.0.3.98.1 vendor/actionwebservice/test/run
typo-5.0.3.98 vendor/actionwebservice/test/run
typo-5.0 vendor/actionwebservice/test/run
typo-5.1.2 vendor/actionwebservice/test/run
typo-5.1.1 vendor/actionwebservice/test/run
typo-5.1.3 vendor/actionwebservice/test/run
typo-5.1 vendor/actionwebservice/test/run
typo-5.1.98 vendor/actionwebservice/test/run
typo-5.2 vendor/actionwebservice/test/run
typo-5.3 vendor/actionwebservice/test/run