Sha256: e3390b9046d9215c75bbf7ca7c474f4c0804d8db12c6d0c47d5083e391b847fc
Contents?: true
Size: 161 Bytes
Versions: 26
Compression:
Stored size: 161 Bytes
Contents
#!/bin/bash set -e # Exit immediately if a command exits with a non-zero status. set -x # Show commands as they are executed bundle install bundle exec rspec
Version data entries
26 entries across 26 versions & 1 rubygems