astrXbian/specs/astrXbian_spec.sh

16 lines
283 B
Bash

#shellcheck shell=sh
Describe "AstrXbian"
Describe "install()"
install() {
echo #
}
It "installs world, but not implemented"
Pending "You should implement install function"
When call install world
The output should eq "amen"
End
End
End