Skip to content

Instantly share code, notes, and snippets.

@pimterry
Created December 3, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimterry/92259a03d108b9fb8e9c76a576ab988b to your computer and use it in GitHub Desktop.
Save pimterry/92259a03d108b9fb8e9c76a576ab988b to your computer and use it in GitHub Desktop.
Demo bats test
#!./test/libs/bats/bin/bats
load 'libs/bats-support/load'
load 'libs/bats-assert/load'
@test "Should add numbers together" {
assert_equal $(echo 1+1 | bc) 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment