#!/usr/bin/env bats load test_helper @test "list with no alarms prints nothing-to-nag message" { run_nag [ "${status}" -eq 0 ] [ "${output}" = "Nothing to nag about." ] } @test "help shows usage" { run_nag help [ "${status}" -eq 0 ] [[ "${output}" =~ "