Skip to content

Instantly share code, notes, and snippets.

@aliou
Created March 26, 2017 20:54
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 aliou/3a27c3c736c7c0be7896498cc0459a79 to your computer and use it in GitHub Desktop.
Save aliou/3a27c3c736c7c0be7896498cc0459a79 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bats
load ../test_helper
@test "[version] returns the current version" {
run cli version
expected_version=$(cat $SNAP_ROOT/VERSION)
assert_success
assert_output $expected_version
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment