#!/bin/sh
test -d logs || mkdir logs
rspec -I . --color --format d `find . -name "api-*.rb" -a \! -name "*-cluster-*"`