7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -ex
|
|
|
|
bundle exec rspec
|
|
./script/examples
|