Skip to content

Commit

Permalink
Added test.sh file. This file execute the bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Aug 25, 2016
1 parent fb8d21f commit 08a3eda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash

bats tests
for i in $( ls tests/)
do
bats --tap tests/$i
done

0 comments on commit 08a3eda

Please sign in to comment.