codeforamerica/ohana-web-search

View on GitHub
script/test

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

echo 'Running rspec test suite...'
bundle exec rspec

source script/lint