Skip to content

Instantly share code, notes, and snippets.

@kananinirav
Created May 31, 2022 14:44
#!/usr/bin/env bash
set -e
cd "${0%/*}/.."
echo "Running tests"
bundle exec rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment