Skip to content

Commit

Permalink
Added first test
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Aug 25, 2016
1 parent da9f582 commit 74710ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/image-test.bats
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bats
load ../common

@test "Build Docker Image" {
result=$(bin/build.sh |grep -c "Successfully built*")
[ $result = 1 ]

}

0 comments on commit 74710ec

Please sign in to comment.