Sha256: c162c942dadb749960196aacf68bc940f2d23b51570289ab18a1b8d6b46682a7

Contents?: true

Size: 173 Bytes

Versions: 11

Compression:

Stored size: 173 Bytes

Contents

#!/bin/bash
rmts_dir=$(dirname $0)
project_dir="$rmts_dir/.."
cd $project_dir

echo "bundling"
bundle > /dev/null 2>&1
bundle exec rspec spec --color --format documentation

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bait-0.5.13 .bait/test.sh
bait-0.5.12 .bait/test.sh
bait-0.5.11 .bait/test.sh
bait-0.5.10 .bait/test.sh
bait-0.5.9 .bait/test.sh
bait-0.5.6 .bait/test.sh
bait-0.5.5 .bait/test.sh
bait-0.5.4 .bait/test.sh
bait-0.5.2 .bait/test.sh
bait-0.5.1 .bait/test.sh
bait-0.5.0 .bait/test.sh