Sha256: f33e2b14ada9f12f94a5e3d07d2c5f2bc2070ef0beb155e4b6556c839ab8320a
Contents?: true
Size: 194 Bytes
Versions: 4
Compression:
Stored size: 194 Bytes
Contents
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle exec rspec $@ find ci -type f \( -iname "Gemfile.activemodel-*" ! -iname "*.lock" \) -exec bundle exec --gemfile {} rspec $@ \;
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fluxo-0.3.0 | bin/test |
fluxo-0.2.1 | bin/test |
fluxo-0.2.0 | bin/test |
fluxo-0.1.0 | bin/test |