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