#!/usr/bin/env bats
@test "docker is available" {
nonexistent
command -v docker
}
@test "abra is executable" {
./abra --help
@test "git is available" {
command -v git
@test "running in a container" {
ls /etc/alpine-release