summarylogtreecommitdiffstats
path: root/bash-bats-assert-git.install
blob: 3a86096608f0b5145f88959a687b5d372ca131cd (plain)
1
2
3
4
post_install() {
    echo -e "\nTo use bats-assert library add this line\nto your bats test or common_setup function"    
    echo -e '\nload "/usr/lib/bash-bats-assert-git/load.bash" \n'
}