Skip to content

Instantly share code, notes, and snippets.

@initcron
Created February 11, 2015 16:34
Show Gist options
  • Select an option

  • Save initcron/f7ed29b580e7f4ec699c to your computer and use it in GitHub Desktop.

Select an option

Save initcron/f7ed29b580e7f4ec699c to your computer and use it in GitHub Desktop.
TDD 02 test/integration/default/bats/git_installed.bats
#!/usr/bin/env bats
@test "git binary is found in PATH" {
run which git
[ "$status" -eq 0 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment