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
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/actionwebservice/test/run
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/actionwebservice/test/run
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/actionwebservice/test/run
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/actionwebservice/test/run
actionwebservice-0.7.0 test/run
actionwebservice-0.7.1 test/run
actionwebservice-0.9.2 test/run
actionwebservice-1.1.1 test/run
actionwebservice-0.8.1 test/run
actionwebservice-0.9.1 test/run
actionwebservice-0.9.3 test/run
actionwebservice-0.9.4 test/run
actionwebservice-1.1.0 test/run
actionwebservice-1.0.0 test/run
actionwebservice-0.8.0 test/run
actionwebservice-1.2.2 test/run
actionwebservice-1.2.0 test/run
actionwebservice-1.1.3 test/run
actionwebservice-1.2.3 test/run
actionwebservice-1.2.1 test/run