Sha256: 64361cbcd48361561cd29d29ea9ca5cb03fb41537c16dacac0649f1390c9388d

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

#!/usr/bin/env ruby

require 'reap/application'

HELP = <<-END
Usage: #{File.basename($0)} [options]

Run unit tests. This is a general unit test runner, which
loads all tests into a single process and and then runs
them consecutively.
END

if ARGV.include?('--help')
  puts HELP
else
  app = Reap::Application.new
  app.test_unit
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-9.4.0 bin/reap-test