5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
bundle exec rspec "$@"
|