Sha256: 22311c1d44bea043d40aefe07992a65767447f2d85624024ef93dd7a716bc360
Contents?: true
Size: 150 Bytes
Versions: 5
Compression:
Stored size: 150 Bytes
Contents
#!/bin/bash bait_dir=$(dirname $0) project_dir="$bait_dir/.." cd $project_dir echo "bundling" bundle install > /dev/null 2>&1 bundle exec rspec spec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bait-0.5.13 | examples/ruby/test.sh |
bait-0.5.12 | examples/ruby/test.sh |
bait-0.5.11 | examples/ruby/test.sh |
bait-0.5.10 | examples/ruby/test.sh |
bait-0.5.9 | examples/ruby/test.sh |