File: setup

package info (click to toggle)
ruby-rspec-pending-for 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 110; makefile: 3; sh: 3
file content (7 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

bundle install

# Do any other automated setup that you need to do here