astrXbian_UX-et-webUI/specs/astrXbian_spec.sh

16 lines
283 B
Bash
Raw Normal View History

2021-05-09 14:50:17 +02:00
#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