Sha256: 0b2dbc361dcc390577c9a663056ff4050bc2ea6689b76f1243a46c4b3078e9f3

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

#!/bin/sh
# Run the unit tests.

set -e

cd $(dirname "$0")/..
  script/bootstrap && ruby -I lib -r rubygems \
    -e 'require "bundler/setup"' \
    -e '(ARGV.empty? ? Dir["test/**/*_test.rb"] : ARGV).each { |f| load f }' -- "$@"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
dat-analysis-1.3.0 script/test
dat-science-1.2.1 script/test
dat-analysis-1.2.0 script/test
dat-science-1.2.0 script/test
dat-science-1.1.0 script/test
dat-science-1.0.0 script/test
dat-science-0.0.0 script/test